You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I use a Hololens 2 with Unity 2022.3.69 and Visual Studio 17.7.6
I tried every single code I found on the web to capture RGB frames, code launches the MediaFrameReader but the callback never activates...
I noticed that I cannot select the VideoPreview stream and am on the VideoRecord stream: var mediaFrameSourceInfo = mediaFrameSourceGroup.SourceInfos[0]; is NOT ok since var mediaFrameSource = mediaCapture.FrameSources[mediaFrameSourceInfo.Id]; will fail in finding the forced ID in the FrameSources map...
I added to the manifest the webcam and all, and I try & fail since a whole week...
Is there any regression currently ?
The text was updated successfully, but these errors were encountered:
Hi, I use a Hololens 2 with Unity 2022.3.69 and Visual Studio 17.7.6
I tried every single code I found on the web to capture RGB frames, code launches the MediaFrameReader but the callback never activates...
I noticed that I cannot select the VideoPreview stream and am on the VideoRecord stream:
var mediaFrameSourceInfo = mediaFrameSourceGroup.SourceInfos[0]; is NOT ok since
var mediaFrameSource = mediaCapture.FrameSources[mediaFrameSourceInfo.Id]; will fail in finding the forced ID in the FrameSources map...
I added to the manifest the webcam and all, and I try & fail since a whole week...
Is there any regression currently ?
The text was updated successfully, but these errors were encountered: