Closed micjansedge closed 6 years ago
You may need to install libusbk to replace the composite parent (used as the driver of the whole device).
You're right. The trick was to untick "ignore hubs or composite parents" in the Zadig UI, select the composite parent entry from the drop down, then install libusbK in place of the default driver. Thanks a lot!
You're right. The trick was to untick "ignore hubs or composite parents" in the Zadig UI, select the composite parent entry from the drop down, then install libusbK in place of the default driver. Thanks a lot!
Indeed, this treatment can turn on my camera device, but I don’t understand why I want to do this?
I've tried using libuvc to access my See3CAM_CU40 camera. I've followed https://github.com/pupil-labs/libuvc/blob/master/INSTALL_WINDOWS.md. Then tried the below code:
I've compiled libusb following https://github.com/pupil-labs/libusb/blob/master/INSTALL_WIN.txt, with
ENABLE_DEBUG_LOGGING
. Here is what I'm getting when I run the above code:I've made sure I've installed the libusbK driver with the Zadig program. I've verified my camera appears under "libusbK USB Devices" in the Device Manager.
Any clues please?