I want to take VR camera and stream it to the browser app. I have tried to use pixel streaming, and for first person it works well, but for VR I have a message in the browser “Connection established, waiting for video” so I assume plugin just does not know how to take this VR camera. Ive tried WebXR but it is for streaming FROM web TO vr, not the other way around, so it did not work for me. SceneCapture is out of the picture because of performance impact.
Hi there Sebbach!
I’d be happy to look into the issue.
As a first sanity check, are you running the application with -PixelStreamingEnableHMD
?
This should enable the XR view.
Any other information you can provide regarding your setup and intent would help as well, considering the unique nature of what you’re trying to do.
Thank you!