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
Split from #1231.
The opencv version breaks regularly and requires a huge list of dependencies.
It should be possible to capture frames with a fairly simple cython wrapper.
Removing this huge list of unused dependencies will also avoid vulnerabilities in those libraries, such as CVE-2023-51257
(we are not vulnerable in any meaningful way - but rather than having to explain why, just avoid the issue altogether)
Split from #1231.
The opencv version breaks regularly and requires a huge list of dependencies.
It should be possible to capture frames with a fairly simple cython wrapper.
Perhaps something similar to:
DirectShow Virtual Video Capture Source Filter in C#
The text was updated successfully, but these errors were encountered: