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

overlay GUI on video stream on Android platform #735

Open Dav151 opened 3 years ago

Dav151 commented 3 years ago

Dear Sir,

Currently, there is "enableMrc" flag which can be enable on HoloLens to overlay the GUI to the video stream.

For android platform, how can I do it? The "LocalVideoTrack.Argb32VideoFrameReady" callback return with frame data, can I overlay the frame data with GUI and pass it to the underlayer? It seems not possible now. Any suggestion>

Thanks, Dav