USB摄像头驱动问题:Init v4L2 failed !! exit fatal
新买了一个摄像头,是SGS320FL + OV7670的。将它连接到linux-2.6.30.4内核的板子上,驱动不了;但是我之前的ZC301能够驱动起来。是不是我的驱动有问题呢?我只是将OV7670的驱动加进去了,但是摄像头的主控芯片驱动没找到。错误如下:
Unable to set format: Invalid argument
Init v4L2 failed !! exit fatal
i: init_VideoIn failed
MJPG-streamer [630]: init_VideoIn failed
[root@SKY2440 /]# hub 1-0:1.0: port 1 disabled by hub (EMI?), re-enabling...
usb 1-1: USB disconnect, address 5
usb 1-1: new full speed USB device using s3c2410-ohci and address 6
usb 1-1: New USB device found, idVendor=1c4f, idProduct=3002
usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
usb 1-1: Product: USB 2.0 CAMERA
usb 1-1: Manufacturer: USB1.1Camera
usb 1-1: SerialNumber: D01-F05-OV7670EA
usb 1-1: configuration #1 chosen from 1 choice
uvcvideo: Found UVC 1.00 device USB 2.0 CAMERA (1c4f:3002)
input: USB 2.0 CAMERA as /devices/platform/s3c2410-ohci/usb1/1-1/1-1:1.0/input/input4
[root@SKY2440 /]# uvc_stream
Using V4L2 device.....: /dev/video0
Resolution............: 640 x 480
frames per second.....: 5
TCP port..............: 8080
motor control TCP port: 8081
Unable to set format: 22.
Init v4L2 failed !! exit fatal
init_VideoIn failed
请求各位帮忙看一下。