-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: uvc multiple interface support #2520
fix: uvc multiple interface support #2520
Conversation
b587bcf
to
a17a3d2
Compare
Thank you for your PR! I will check the PR on my environment. Please wait a few days. |
In Windows 11, it was confirmed that multiple VC interfaces were correctly enumerated by applying the PR, but it failed without the PR. LGTM. |
Just a heads up, the |
I have confirmed that it is possible to capture 2 streams simultaneously using the following example. |
1. fix next interface may have IAD_DESC 2. fix vs_itf can't be open on bulk mode.
a17a3d2
to
5d1f693
Compare
I've confirmed that the |
thank @lijunru-hub for the fix, and @kkitayam for reviewing and testing it out. |
Describe the PR
Resolved the issue where the current UVC Class could not correctly iterate through all interface numbers in the case of multiple VC interfaces and could not open each VS interface under each VC in bulk mode.
Additional context
#2513