Hi,
I am beginning with Vuforia on Android Studio.
I would like to compute AR with Vuforia, but not on the camera of the device my app will be deployed on. I would like to use a remote camera.
I successfully send my remote camera stream, and I get a GlSurfaceView from the remote camera, and I also get its projection matrix. But still, I have no clue how to correctly put them as an input for Vuforia, in order to make my AR on it.
Is it even possible ?
Thank you for your help =)
Problem is still there. Couldn't figure out how to do it yet.