Hello everybody :
- Getting the software started but with "read 0 bytes" : means there
is no transfer somehow. That is strange because the reason was that he
couldn't find the camera, then you wouldnt even reach that point...I
cannot tell you. You should join IRC and ask ppl there.
- Python problem : you need to install Python 2.6 (the last Python 3.x
doesn't support old stuff).
- Freeze problems when using other USB peripherals : isochronous usb
transfers use a lot of bandwith and with some usb controllers I know
that you can experience such problems if you use the bandwith with
other USB peripherals. By the way, i had that problem on my laptop
when the power adapter was not plugged in. Note that this kind of
problem shouldnt occur and optimization of the driver might help...I
suggest you to go on IRC and ask to ppl.
- For those who have linker problems, let me remind you that you
need : libusb-win32 (driver version, not filter version), pthread for
win32 (use the pthreadVSE2.lib), and glut32 if you use the opengl
sample (we use glut to display the images).
Have fun !
Majority