Reputation: 328
I'm developing Augmented Reality base Application in android. In which I want to add model or image when camera view open.
How can I do that with Android Studio?
I know there are libraries like vuforia but I don't want to use library.
Upvotes: 0
Views: 113
Reputation: 1527
Do you want image recognition or just to place an image in an AR scene?
ARCore by Google supports augmented reality and allows you to orient the device in the world, but does not yet support image recognition, so no detecting an image. To do image recognition, you'll need to use an external library/service (like Vuforia which you mentioned above).
If you want to use iOS, ARKit 1.5 (coming out in iOS 11.3) will support Image Detection.
If you want to build cross platform, check out my company's product Viro React which enables you to build a cross-platform AR/VR application. We'll support both ARKit and ARCore features as they come out. It's free and easy to use!
Upvotes: 1