0

We are building one Camera App especially for Sony Xperia Z2 and it’s going to be AR Camera app. below is the key features of the same.

"Need to allow selection of image and detect human once camera is open. User can adjust, rotate, and resize that selected image. Then he can take picture from camera."

So we tried to find some API/SDK for Sony Xperia camera app/AR feature, but did not find a perfect solution yet. So need technical feedback on below few queries. So need expert’s opinion and few sample code of AR if possible.

  1. It’s clear to us that Sony is providing an SDK for its high end smart phone series - http://developer.sonymobile.com/knowledge-base/sony-add-on-sdk/camera-add-on-api/

    • It says “The Camera Add-on API enables you to both add a shortcut to your imaging app from the camera apps mode selector, and you can add a shortcut to the smart social camera apps mode selector in your imaging app UI.”
    • So does this adds on provide access to default core AR effect’s API of Z2?
    • We have seen some third party apps are listed under Sony’s default camera mode selection like Evernote, vine etc.
  2. Can we have access to core AR effect’s code? Or can we create new AR effects and add under the AR effect mode. Currently all such AR effects are available from Sony Itself.

  3. If any AR API/Code access is not available from Sony, Can someone please suggest good third party solution or sample demo link for the camera AR feature?

Your prompt response is much more appreciated!

4

1 回答 1

0

AR 效果代码和任何 Sony AR 相机应用程序均归 Sony 所有并拥有版权,他们不会向公众分享或发布其 AR 引擎。

相机插件 API 只是让您允许相机应用程序出现在相机模式列表中,前提是您正确实施它。我建议您阅读它并在此处查看包含的示例

我们能不能创造一个新的AR效果。你可能可以。我认为索尼不会希望您这样做,否则他们会邀请开发人员添加。看看现有的 AR 效果应用,他们都有这个权限com.sonymobile.areffect.permission.THEME。添加AR效果还需要什么我不太确定。

现有的 AR 解决方案是Vuforia,它不是免费的。如果你有很多时间,那么你可以试试 OpenCV。还有很多其他免费的开源 AR 库。我认为索尼使用 Unity 3D 的定制版本来制作 AR 效果。

于 2014-06-17T10:45:07.100 回答