microsoft / winrtc

The WinRTC project hosts everything needed to build apps with interoperable real time communications for modern Windows. It brings the power of WebRTC to modern Windows apps written in C#, C++ and VB. WinRTC enables real-time voice calling, video chat and data functionality (file transfer etc.) with web browsers via WebRTC.
344 stars 67 forks source link

Video capture module doesn't support I420 camers #135

Open FrayxRulez opened 3 years ago

FrayxRulez commented 3 years ago

Describe the bug As I420 isn't natively supported by Windows, frames will be returned as buffer, and not as video, and the video capture module will fail to read them and will actually crash the software.