Generally, all JavaScript APIs that are available in the webview of the device are also available in the Wikitude SDK. However, since the Wikitude SDK needs access to the camera, and the camera access can't be shared, getUserMedia will not let you access the camera.
May I ask for the particular use case why you want to use getUserMedia?
Best,
Martin
C
Christian Huanchicay
said
almost 9 years ago
Hi Martin;
I want to use the images obtained from a remote camera and then superimpose augmented reality.
Christian Huanchicay