I'm using a usb-webcam (canyon CN-WCAM21), and I can't get it working.
First of all I tried to put the webcam in my laptop and when I typed lsusb I get this output
Code:
jasperlt:~# lsusb
Bus 003 Device 011: ID 0403:6001 Future Technology Devices International, Ltd 8-bit FIFO
Bus 003 Device 010: ID 05e3:0606 Genesys Logic, Inc.
Bus 003 Device 001: ID 0000:0000
Bus 002 Device 001: ID 0000:0000
Bus 001 Device 002: ID 04b4:0033 Cypress Semiconductor Corp.
Bus 001 Device 001: ID 0000:0000
afterworths I tried it with a usb 2.0 hub between it and I get this output.
Code:
jasperlt:~# lsusb
Bus 003 Device 020: ID 093a:2468 Pixart Imaging, Inc. Easy Snap Snake Eye WebCam
Bus 003 Device 011: ID 0403:6001 Future Technology Devices International, Ltd 8-bit FIFO
Bus 003 Device 010: ID 05e3:0606 Genesys Logic, Inc.
Bus 003 Device 001: ID 0000:0000
Bus 002 Device 001: ID 0000:0000
Bus 001 Device 002: ID 04b4:0033 Cypress Semiconductor Corp.
Bus 001 Device 001: ID 0000:0000
so without a usb2.0 hub linux doesn't recognize my webcam. Now I tried to get it working with the program webcam but without any succes.
I only changed device = dev/ttyUSB0 don't know if this is ok.
regards