microsoft / MixedReality-WebRTC

MixedReality-WebRTC is a collection of components to help mixed reality app developers integrate audio and video real-time communication into their application and improve their collaborative experience
https://microsoft.github.io/MixedReality-WebRTC/
MIT License
913 stars 283 forks source link

Send captured frames to unity #786

Open Matteo-0 opened 3 years ago

Matteo-0 commented 3 years ago

Hello, I managed to capture frames of my desktop with an application built in visual studio 2019. Now my problem is that I want to send those images to unity. From the side of the application everything works and I am able to see the frames while from unity side I get an orange screen. I set up a RemoteVideoPlayer gameobject as described in the tutorials. but it does not work.

I do not know how to solve this problem, hope anyone can help.