我在开发板插上USB摄像头,就出现如下的信息:
/dev $ usb 1-1: USB disconnect, address 3
usb 1-1: new full speed USB device using s3c2410-ohci and address 4
usb 1-1: configuration #1 chosen from 1 choice
uvcvideo: Found UVC 1.00 device USB 2.0 Camera (0c45:62c0)
input: USB 2.0 Camera as /class/input/input2
这样应该是识别到了摄像头了;
然后:$ ls /dev/
里面有个 video0
但是就是没有 /dev/v4l这个文件
我把摄像头拔掉
$ ls /dev/
里面就没有 video0了
$ ls -l /dev/video0
crw-rw---- 1 root root 81, 0 Jan 1 00:43 /dev/video0
还有
$ cat /proc/devices
出现如下的信息:
Character devices:
1 mem
2 pty
3 ttyp
4 /dev/vc/0
4 tty
4 ttyS
5 /dev/tty
5 /dev/console
5 /dev/ptmx
7 vcs
10 misc
13 input
14 sound
21 sg
29 fb
81 video4linux
。。。。。。。
接下来
$ cat /dev/video0
cat: read error: No such device
我看了好多网站的资料,都没有解决这种情况的问题,我想请问一下大侠们:
这样的情况该怎么入手解决