Robert Coomber

Results 5 comments of Robert Coomber

I was able to successfully render a texture from AVPro to an OVR overlay layer. It is rendering a stereo 4k 360 video using Oculus Integration 1.44 and AVPro 1.10.1....

The overlay layer is not designed to render 360 content. 180 content works however, 360 content produces a thin black line on the back side of the video and there...

@evan-spiegel Here is the code I am using to copy the texture from the AVPro video player onto the OVR Overlay. Hope this helps. ``` using System.Collections; using System.Collections.Generic; using...

@OliverRudoll AVPro does work well with OVR Overlay. It just doesn't work right out of the box. It's been a while since I've looked at the code but you will...

> > Thanks for sharing this code. Can you tell me how can i add this in reactjs as it is js not Typescript? The following code worked for me...