LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
楼主: 北南南北

在linux中摄像头支持情况的调查,请弟兄们反馈[正在收集中]

[复制链接]
发表于 2008-6-1 09:37:18 | 显示全部楼层
Bus 002 Device 003: ID 04f2:b016 Chicony Electronics Co., Ltd

HP, 2623tx 本本, 支持的不错
回复 支持 反对

使用道具 举报

发表于 2008-6-11 19:31:28 | 显示全部楼层
不小心买到一个艾科创新的芯片arkmicro (ark3188)的,在win下不用装驱动。在linux下搞不定,下面是一些信息:
$ lsusb
Bus 001 Device 003: ID 18ec:3188
(只有号没有名字)
~$  lshal -u usb_device_18ec_3188_noserial
  info.linux.driver = 'usb'  (string)
  info.parent = '/org/freedesktop/Hal/devices/usb_device_1d6b_2_0000_00_10_4'  (string)
  info.product = 'USB2.0 PC CAMERA'  (string)
  info.subsystem = 'usb_device'  (string)
  info.udi = '/org/freedesktop/Hal/devices/usb_device_18ec_3188_noserial'  (string)
  info.vendor = 'ARKMICRO'  (string)
  linux.device_file = '/dev/bus/usb/001/003'  (string)
  linux.hotplug_type = 2  (0x2)  (int)
  linux.subsystem = 'usb'  (string)
  linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:10.4/usb1/1-6'  (string)
  usb_device.bus_number = 1  (0x1)  (int)
  usb_device.can_wake_up = false  (bool)
  usb_device.configuration_value = 1  (0x1)  (int)
  usb_device.device_class = 239  (0xef)  (int)
  usb_device.device_protocol = 1  (0x1)  (int)
  usb_device.device_revision_bcd = 259  (0x103)  (int)
  usb_device.device_subclass = 2  (0x2)  (int)
  usb_device.is_self_powered = false  (bool)
  usb_device.linux.device_number = 3  (0x3)  (int)
  usb_device.linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:10.4/usb1/1-6'  (string)
  usb_device.max_power = 500  (0x1f4)  (int)
  usb_device.num_configurations = 1  (0x1)  (int)
  usb_device.num_interfaces = 2  (0x2)  (int)
  usb_device.num_ports = 0  (0x0)  (int)
  usb_device.product = 'USB2.0 PC CAMERA'  (string)
  usb_device.product_id = 12680  (0x3188)  (int)
  usb_device.speed = 480.0 (480) (double)
  usb_device.vendor = 'ARKMICRO'  (string)
  usb_device.vendor_id = 6380  (0x18ec)  (int)
  usb_device.version = 2.0 (2) (double)
。。
在网上查到该芯片的信息:
http://www.arkmicro.com/en/htm/p ... tion_more.php?id=23
===

ARK3188
Time : 2006-10-25


General Description
The ARK3188 is a single-chip PC camera DSP complied with high speed USB2.0, interfaces with the resolution of CIF/VGA/SXGA image sensors in a LQFP48 package for normal application. The ARK3188 combines USB2.0 transfer functions, image signal procession, image compression and the sensor interface. Thanks to the advanced functions,the ARK3188 provides PC Camera with a high cost-effective solution.

Features
• USB Module
   Complied with USB specification version 2.0 for high-speed (480Mbps) and full-speed  (12Mbps) USB
   Support video data transfer in USB isochronous
   Complied with USB Video Class Version 1.1

• Sensor Module
   8 Bit CMOS image raw data input
   Support VGA/1.3M CMOS sensor, such as Hynix 7131R, Omni Vision OV7670, Micron MT9v011/MT9v111, PixelPlus PO3030… etc
   Up to 30fps@VGA or 10 ~ 15fps@1.3M for PC mode video
   Provide individual R/G/B digital color gains control

• Image Processing Module
   Provide snapshot function
   Embedded AE calculation and report
   Built-in gamma correction and auto white balance gain circuit
   Embedded high performance color processor
   JPEG baseline capability of compression encode
   No external memory needed
回复 支持 反对

使用道具 举报

发表于 2008-6-25 11:00:07 | 显示全部楼层

只要不是免驱动的基本上都可以。

只要不是免驱动的基本上都可以,因实验需要我们尝试了多种摄像头。
回复 支持 反对

使用道具 举报

发表于 2009-3-21 16:21:56 | 显示全部楼层
请问有人知道罗技公司的 QuickCam IM系列的摄像头在linux下有驱动吗?
回复 支持 反对

使用道具 举报

发表于 2009-5-26 19:43:48 | 显示全部楼层
这是我的webcam
ID 0ac8:3340 Z-Star Microelectronics Corp.
把uvc的模块都上了后,用luvcview和guvcview都没有图像

在skype中测试有图像,不知道是不是uvc驱动在支持它
回复 支持 反对

使用道具 举报

发表于 2009-8-15 09:34:02 | 显示全部楼层
Post by lastart;1860723
不小心买到一个艾科创新的芯片arkmicro (ark3188)的,在win下不用装驱动。在linux下搞不定,下面是一些信息:
$ lsusb
Bus 001 Device 003: ID 18ec:3188
(只有号没有名字)
~$  lshal -u usb_device_18ec_3188_noserial
  info.linux.driver = 'usb'  (string)
  info.parent = '/org/freedesktop/Hal/devices/usb_device_1d6b_2_0000_00_10_4'  (string)
  info.product = 'USB2.0 PC CAMERA'  (string)
  info.subsystem = 'usb_device'  (string)
  info.udi = '/org/freedesktop/Hal/devices/usb_device_18ec_3188_noserial'  (string)
  info.vendor = 'ARKMICRO'  (string)
  linux.device_file = '/dev/bus/usb/001/003'  (string)
  linux.hotplug_type = 2  (0x2)  (int)
  linux.subsystem = 'usb'  (string)
  linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:10.4/usb1/1-6'  (string)
  usb_device.bus_number = 1  (0x1)  (int)
  usb_device.can_wake_up = false  (bool)
  usb_device.configuration_value = 1  (0x1)  (int)
  usb_device.device_class = 239  (0xef)  (int)
  usb_device.device_protocol = 1  (0x1)  (int)
  usb_device.device_revision_bcd = 259  (0x103)  (int)
  usb_device.device_subclass = 2  (0x2)  (int)
  usb_device.is_self_powered = false  (bool)
  usb_device.linux.device_number = 3  (0x3)  (int)
  usb_device.linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:10.4/usb1/1-6'  (string)
  usb_device.max_power = 500  (0x1f4)  (int)
  usb_device.num_configurations = 1  (0x1)  (int)
  usb_device.num_interfaces = 2  (0x2)  (int)
  usb_device.num_ports = 0  (0x0)  (int)
  usb_device.product = 'USB2.0 PC CAMERA'  (string)
  usb_device.product_id = 12680  (0x3188)  (int)
  usb_device.speed = 480.0 (480) (double)
  usb_device.vendor = 'ARKMICRO'  (string)
  usb_device.vendor_id = 6380  (0x18ec)  (int)
  usb_device.version = 2.0 (2) (double)
。。
在网上查到该芯片的信息:
http://www.arkmicro.com/en/htm/p ... tion_more.php?id=23
===

ARK3188
Time : 2006-10-25


General Description
The ARK3188 is a single-chip PC camera DSP complied with high speed USB2.0, interfaces with the resolution of CIF/VGA/SXGA image sensors in a LQFP48 package for normal application. The ARK3188 combines USB2.0 transfer functions, image signal procession, image compression and the sensor interface. Thanks to the advanced functions,the ARK3188 provides PC Camera with a high cost-effective solution.

Features
• USB Module
   Complied with USB specification version 2.0 for high-speed (480Mbps) and full-speed  (12Mbps) USB
   Support video data transfer in USB isochronous
   Complied with USB Video Class Version 1.1

• Sensor Module
   8 Bit CMOS image raw data input
   Support VGA/1.3M CMOS sensor, such as Hynix 7131R, Omni Vision OV7670, Micron MT9v011/MT9v111, PixelPlus PO3030… etc
   Up to 30fps@VGA or 10 ~ 15fps@1.3M for PC mode video
   Provide individual R/G/B digital color gains control

• Image Processing Module
   Provide snapshot function
   Embedded AE calculation and report
   Built-in gamma correction and auto white balance gain circuit
   Embedded high performance color processor
   JPEG baseline capability of compression encode
   No external memory needed

2009.6.9这个driver已经被uvcvideo提供了。
但是还没有进入mainline。。。所以你需要2.6.31rc1以上的内核。。。

昨天晚上我刚弄好。。。。但是由于skype不支持rgb摄像头,于是skype也不能用。。。

由于未知原因mercury也不能用。

amsn和ekiga还有cheese都完全正常工作。
回复 支持 反对

使用道具 举报

发表于 2009-8-16 10:43:04 | 显示全部楼层
终于能用emesene svn来发webcam 了。。。^_^
回复 支持 反对

使用道具 举报

发表于 2009-9-15 13:45:45 | 显示全部楼层
Post by mikeandmore;2016452
2009.6.9这个driver已经被uvcvideo提供了。
但是还没有进入mainline。。。所以你需要2.6.31rc1以上的内核。。。

昨天晚上我刚弄好。。。。但是由于skype不支持rgb摄像头,于是skype也不能用。。。

由于未知原因mercury也不能用。

amsn和ekiga还有cheese都完全正常工作。


我也是arkmicro (ark3188)~找不到着对应的驱动,大哥能帮下忙么?
小弟新手!谢谢了
email:dong2590@gmail.com
回复 支持 反对

使用道具 举报

发表于 2010-4-24 20:02:05 | 显示全部楼层
我的摄像头是(日成)(日上成下)豐的,芯片组是
huzia@huzia-laptop:~/sn9c1xx-1.48$ lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 007: ID 0c45:613c Microdia PC Camera (SN9C120)
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 008: ID 15d9:0a41  
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub

应该是 Microdia PC Camera (SN9C120),用的没问题,可是效果太烂了。
回复 支持 反对

使用道具 举报

发表于 2010-4-28 21:17:24 | 显示全部楼层
我已经成功地将摄像头驱动移植到ARM上
服务器端:
  
可以看到服务器端是正常工作了
但是客户端。。。
                                               
就这么停住了,也不见图片显示出来 ???
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表