Arno Teigseth
2013-12-05 00:36:26 UTC
Hi
Although not listed on http://www.ideasonboard.org/uvc/ , my cheapo Genius
VGA cam works out of the box (Linux mint 15) with uvc
lsusb:
Bus 002 Device 022: ID 0458:7089 KYE Systems Corp. (Mouse Systems)
dmesg:
[1432220.904524] usb 2-1.1: new high-speed USB device number 22 using
ehci-pci
[1432221.037816] usb 2-1.1: New USB device found, idVendor=0458,
idProduct=7089
[1432221.037821] usb 2-1.1: New USB device strings: Mfr=1, Product=2,
SerialNumber=0
[1432221.037825] usb 2-1.1: Product: FaceCam VGA
[1432221.037827] usb 2-1.1: Manufacturer: KYE Systems Corp.
[1432221.039334] uvcvideo: Found UVC 1.00 device FaceCam VGA (0458:7089)
[1432221.045135] input: FaceCam VGA as
/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1/2-1.1:1.0/input/input21
only thing that needs fixing is chmod o+rw /dev/video0 to make it work for
any user.
$ ls /dev/video0 -l
crw-rw-rw-+ 1 root video 81, 0 dic 4 19:19 /dev/video0
(or to add users to video group:)
sudo usermod -a -G video <user>
Please tell if you need more info.
best
Arno Teigseth
Although not listed on http://www.ideasonboard.org/uvc/ , my cheapo Genius
VGA cam works out of the box (Linux mint 15) with uvc
lsusb:
Bus 002 Device 022: ID 0458:7089 KYE Systems Corp. (Mouse Systems)
dmesg:
[1432220.904524] usb 2-1.1: new high-speed USB device number 22 using
ehci-pci
[1432221.037816] usb 2-1.1: New USB device found, idVendor=0458,
idProduct=7089
[1432221.037821] usb 2-1.1: New USB device strings: Mfr=1, Product=2,
SerialNumber=0
[1432221.037825] usb 2-1.1: Product: FaceCam VGA
[1432221.037827] usb 2-1.1: Manufacturer: KYE Systems Corp.
[1432221.039334] uvcvideo: Found UVC 1.00 device FaceCam VGA (0458:7089)
[1432221.045135] input: FaceCam VGA as
/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1/2-1.1:1.0/input/input21
only thing that needs fixing is chmod o+rw /dev/video0 to make it work for
any user.
$ ls /dev/video0 -l
crw-rw-rw-+ 1 root video 81, 0 dic 4 19:19 /dev/video0
(or to add users to video group:)
sudo usermod -a -G video <user>
Please tell if you need more info.
best
Arno Teigseth