I have been google and trying things on my own and I just cant seem to fix this damn USB camera.
Here is my lsusb
Code: Select all
pi@raspberrypi:~ $ lsusb
Bus 001 Device 013: ID 04fc:6333 Sunplus Technology Co., Ltd
Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp. SMSC9512/9514 Fast Ethernet Adapter
Bus 001 Device 002: ID 0424:9514 Standard Microsystems Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hubCode: Select all
[ 38.323174] usb 1-1.3: Product: iCatchtek SPCA6330
[ 38.323180] usb 1-1.3: Manufacturer: iCatchtek Co Ltd
[ 38.323186] usb 1-1.3: SerialNumber: 01.00.00
[ 38.323734] uvcvideo: Found UVC 1.00 device iCatchtek SPCA6330 (04fc:6333)
[ 38.326228] uvcvideo: Unable to create debugfs 1-13 directory.
[ 38.326488] input: iCatchtek SPCA6330 as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.3/1-1.3:1.0/input/input1Code: Select all
pi@raspberrypi:~ $ fswebcam -r 1280*720 img.jpg
--- Opening /dev/video0...
Trying source module v4l2...
/dev/video0 opened.
No input was specified, using the first.
Adjusting resolution from 1280x-1 to 640x480.
--- Capturing frame...
Captured frame in 0.00 seconds.
--- Processing captured image...
Writing JPEG image to 'img.jpg'.

Any further thoughts, thanks in advance!