UVC支持的摄像头列表

来源:互联网 发布:如何删除知乎提问 编辑:程序博客网 时间:2024/05/01 01:09
0c45:62f1Avatec CMA-L688
HueHDSonix Technology
HueHD [11]

http://www.ideasonboard.org/uvc/#footnote-11



终于找到了一个榜上有名的摄像头.

[ 1668.113785] usb 3-1: new high-speed USB device number 3 using xhci_hcd
[ 1668.174056] usb 3-1: New USB device found, idVendor=0c45, idProduct=62f1
[ 1668.174066] usb 3-1: New USB device strings: Mfr=2, Product=1, SerialNumber=0
[ 1668.174072] usb 3-1: Product: USB 2.0 Camera
[ 1668.174076] usb 3-1: Manufacturer: Sonix Technology Co., Ltd.
[ 1668.305693] Linux video capture interface: v2.00
[ 1668.327528] 3:3:1: cannot get freq at ep 0x84
[ 1668.334247] usb_audio: Warning! Unlikely big volume range (=3328), cval->res is probably wrong.
[ 1668.334249] usb_audio: [2] FU [Mic Capture Volume] ch = 1, val = 4608/7936/1<6>[ 1668.334411] usbcore: registered new interface driver snd-usb-audio
[ 1668.334423] uvcvideo: Found UVC 1.00 device USB 2.0 Camera (0c45:62f1)
[ 1668.338263] input: USB 2.0 Camera as /devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/input/input11
[ 1668.338328] usbcore: registered new interface driver uvcvideo
[ 1668.338329] USB Video Class driver (1.1.1)
[ 1668.400589] 3:3:1: cannot get freq at ep 0x84
[ 1668.423707] 3:3:1: cannot get freq at ep 0x84
[ 1668.463012] 3:3:1: cannot get freq at ep 0x84
[ 1668.486077] 3:3:1: cannot get freq at ep 0x84


Download

Linux 2.6.26 and newer includes the Linux UVC driver natively. You will not need to download the driver sources manually unless you want to test a newer version or help with development.

Source code for the Linux UVC kernel driver is maintained in a GIT repository on linuxtv.org.

  • If you are an end-user the easiest way to retrieve an up-to-date driver is to clone the media build git repository located athttp://git.linuxtv.org/media_build.git. The code includes support for older kernel versions, but might lag behind the uvcvideo git repository by a few days.

    Instructions to build and install drivers from the linuxtv.org trees are available onlinuxtv.org.

  • If you are a developer, or if you're interested in tracking the Linux UVC driver, you probably want to get a local copy of the source code repository. To help save bandwidth, please follow these instructions:
    git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git uvcvideocd uvcvideogit remote add uvcvideo git://linuxtv.org/pinchartl/uvcvideo.gitgit remote updategit checkout -b uvcvideo-master uvcvideo/uvcvideo-next

The old SVN repository has been archived and isn't available on the SVN server anymore. The repository archive can be downloadedhere.


0 0
原创粉丝点击