teerytko / python-video4linux2

Automatically exported from code.google.com/p/python-video4linux2
0 stars 0 forks source link

vga2usb = Exception: Could not set input 0: 515: Unknown error 515 #4

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
guessing the driver does not support d.SetInput().  

sudo make load (loads vga2usb, see #1 USB2VGA http://chipy.org/V4l2forPyCon)
[  220.039113] VGA2USB is now attached to vga2usb-192
(somehow that means /dev/video1

juser@dhcp186:~/vga2usb/py/python-video4linux2-trunk$ ./recordpics.py -d
/dev/video1
{'height': '600', 'width': '800', 'pixelformat': 'RGB4', 'device':
'/dev/video1', 'input': '0', 'outputdir': ''}
RGB4
Traceback (most recent call last):
  File "./recordpics.py", line 87, in <module>
    Run()
  File "./recordpics.py", line 43, in Run
    d.SetInput( int(options.input) )
  File "/home/juser/vga2usb/py/python-video4linux2-trunk/pyv4l2.py", line
418, in SetInput
    (input, lib.Errno(), lib.Error())
Exception: Could not set input 0:   515: Unknown error 515

Original issue reported on code.google.com by cfkars...@gmail.com on 28 Oct 2008 at 9:43

GoogleCodeExporter commented 8 years ago
Hmm, I don't think this is a v4l2 driver, so this may be a non issue.

Original comment by cfkars...@gmail.com on 28 Oct 2008 at 9:43

GoogleCodeExporter commented 8 years ago
v4l ver 1.

Original comment by cfkars...@gmail.com on 31 Oct 2008 at 1:14