Android Augment reality implement? [closed]
开发者_运维技巧
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this questionI 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.
developer.vuforia.com
精彩评论