In the ANDROID NativeSDKExamples, in the SimpleClientTrackingActivity can I take picture or record a video by pressing a button?
What method to call to record a video or to take a picture with camera?
Thank you very much!
Best Regards!
1 Comment
Wikitude Support
said
over 6 years ago
Hello Christian,
Yes it is possible to record a video or take a picture but, as it is the Native SDK, we do not offer any sample or method on how to do that and you would need to implement it on your own. Within the Native API it is entirely up to the developer to program how he wishes his app to behave. The Native API wraps the main functionalities of the Wikitude computer vision engine and enables the full computer vision power in your app. To keep it lean, the Native API does not integrate a separate rendering engine, but offers you the full flexibility in terms of rendering augmented reality content.
If you wish you could use our Javascript API and the methods and samples we are offering there.
Christian Cardia
Hello,
In the ANDROID NativeSDKExamples, in the SimpleClientTrackingActivity can I take picture or record a video by pressing a button?
What method to call to record a video or to take a picture with camera?
Thank you very much!
Best Regards!