-
Notifications
You must be signed in to change notification settings - Fork 5
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
LIBUSB errors when running on windows #31
Comments
@r-bt: glad to hear that Logitech c930e works with FYI I'm no longer using neither Windows nor macOS, so am unable to debug; below suggestions are based on guesses. Oh, and
Did camera streaming work with WinUSB/libusbK? Someone else had a similar issue where WinUSB would help when using Given that the c930e works in macOS, I am unsure what Try to run If you have issues using
Which version of macOS are you using? A few years ago macOS changed camera access controls, for privacy and shared resource management. Applications were forced to adapt and use a new API for camera access (afaik) . Am actually surprised that
Which version of Windows are you using? If it's Windows 11, camera access is more locked down (afairc) for similar reasons (privacy, shared resource management). Access to webcams may be gated; may need to either "grant access" somewhere, or perhaps |
Firstly, thanks for the library. I've been using it without issue on macOS but now I'm trying to get some code running on windows and it doesn't work.
Specifically I have a Logitech C930e connected but when I run
uvcc devices
I just get[]
I tried following the advice at #7 (comment) however when I do
uvcc --vendor 0x46d --product 0x843
which corresponds to my device vendor and product I get the following error:I then tried replacing the driver with
WinUSB
andlibusbK
using Zadig as recommended in the https://github.com/node-usb/node-usb however I then got this error:The text was updated successfully, but these errors were encountered: