Question
Create a screendump | Access the camera in Vuforia Studio
- November 30, 2018
- 1 reply
- 3156 views
We have the strong need to document the steps during an experience. We want to save the displayed information (AR model + real background) and send this content to THINGWORX for follow up documentation purposes.
Is there a way to get to the real time feed, camera object or anything else to obtain a still of the currently displayed image?
So far I found the JavaScript Object "Camera" in the sourcecode offering the method getPictureData as well as getPictureURL; however I do not get the image data when I execute this method on the mobile device.

