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
Describe the bug
There's a while in VideoCaptureWinRTInternal::StartCapture to enumerate all the MediaCapture frame sources, the problem is that if the first one isn't a match, me method is going to loop forever as frame_source_iterator->MoveNext is never invoked.
The text was updated successfully, but these errors were encountered:
Describe the bug
There's a while in
VideoCaptureWinRTInternal::StartCapture
to enumerate all theMediaCapture
frame sources, the problem is that if the first one isn't a match, me method is going to loop forever asframe_source_iterator->MoveNext
is never invoked.The text was updated successfully, but these errors were encountered: