I want to implement Augment reality into my apps. any body have idea about how to implement it. Have any demo code for it , please provide it
Thanks and regards, Nirav modh
I want to implement Augment reality into my apps. any body have idea about how to implement it. Have any demo code for it , please provide it
Thanks and regards, Nirav modh
There is this short tutorial called Augmented Reality: Getting Started on Android which is good for a basic overview.
This previous SO question lists some of the Frameworks/APIs that can be used.
There are good news!
Google announced ARCore
https://developers.google.com/ar/
The Vuforia SDK was excellent for AR. It is free and developed by Qualcomm, so it is high quality. There are tutorials at the Vuforia developers site, and several demo apps (with source code) that come with the SDK.