Re: libv4l2: error dequeuing buf: Resource temporarily unavailable

2012-07-18 Thread llar...@gmx.net
.htm), which are all SAA7134-based frame/video capture boards. -Original Message- From: llar...@gmx.net [mailto:llar...@gmx.net] Sent: Tuesday, July 17, 2012 11:46 AM To: char...@sensoray.com Cc: linux-media@vger.kernel.org Subject: Re: libv4l2: error dequeuing buf: Resource

Re: libv4l2: error dequeuing buf: Resource temporarily unavailable

2012-07-17 Thread charlie
ffmpeg -t 30 -f video4linux2 -s vga -r 25 -b 2000k -i /dev/video0 out-vga-2M-30sec.mpg works, right? If PAL, you may add -tvstd pal option. Am Montag, den 16.07.2012, 10:50 -0700 schrieb Charlie X. Liu: Your driver load may not be quite right or got some conflicts. According to:

Re: libv4l2: error dequeuing buf: Resource temporarily unavailable

2012-07-17 Thread llar...@gmx.net
Your driver load may not be quite right or got some conflicts. According to: http://www.kernel.org/doc/Documentation/video4linux/CARDLIST.saa7134, the Terratec Cinergy 400 TV should be card=8. Have you tried: restart, modprobe -r saa7134, modprobe saa7134 card=8, dmesg | grep

RE: libv4l2: error dequeuing buf: Resource temporarily unavailable

2012-07-17 Thread Charlie X. Liu
: llar...@gmx.net [mailto:llar...@gmx.net] Sent: Tuesday, July 17, 2012 11:46 AM To: char...@sensoray.com Cc: linux-media@vger.kernel.org Subject: Re: libv4l2: error dequeuing buf: Resource temporarily unavailable Your driver load may not be quite right or got some conflicts. According

RE: libv4l2: error dequeuing buf: Resource temporarily unavailable

2012-07-16 Thread Charlie X. Liu
Your driver load may not be quite right or got some conflicts. According to: http://www.kernel.org/doc/Documentation/video4linux/CARDLIST.saa7134, the Terratec Cinergy 400 TV should be card=8. Have you tried: restart, modprobe -r saa7134, modprobe saa7134 card=8, dmesg | grep saa7134, and

Re: libv4l2: error dequeuing buf: Resource temporarily unavailable

2012-07-16 Thread llar...@gmx.net
Am Montag, den 16.07.2012, 10:50 -0700 schrieb Charlie X. Liu: Your driver load may not be quite right or got some conflicts. According to: http://www.kernel.org/doc/Documentation/video4linux/CARDLIST.saa7134, the Terratec Cinergy 400 TV should be card=8. Have you tried: restart, modprobe