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
I have used Zadig to install a libusb-win32 driver for a Canon camera on Windows.
But I would prefer to use wdi-simple instead, using the command line.
I configured
and built the latest libwdi (1.5.1) and wdi-simple with mingw32.
./autogen.sh
./configure --with-libusb0=../libusb-win32-bin-1.4.0.0/
make
cd examples ; make
But if I run it I get an error almost immediately:
wdi-simple.exe -n "Canon Digital Camera" -v 0x04a9 -p 0x327f -l 0
Extracting driver files...
Success
Installing driver(s)...
USB\VID_04A9&PID_327F&REV_0002: Requested resource not found
There is no further log output even though I specified debug logging.
Any suggestions?
The text was updated successfully, but these errors were encountered:
I have used Zadig to install a libusb-win32 driver for a Canon camera on Windows.
But I would prefer to use wdi-simple instead, using the command line.
I configured
and built the latest libwdi (1.5.1) and wdi-simple with mingw32.
But if I run it I get an error almost immediately:
There is no further log output even though I specified debug logging.
Any suggestions?
The text was updated successfully, but these errors were encountered: