All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Charlie X. Liu" <charlie@sensoray.com>
To: <llarevo@gmx.net>, <linux-media@vger.kernel.org>
Subject: RE: libv4l2: error dequeuing buf: Resource temporarily unavailable
Date: Mon, 16 Jul 2012 10:50:19 -0700	[thread overview]
Message-ID: <000901cd637b$77c9e620$675db260$@com> (raw)
In-Reply-To: <1342265363.2362.12.camel@tbastian-desktop.localdomain>

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 checked if the Terratec Cinergy 400 TV showed up correctly? If right, it should be Ok:

ffmpeg -f video4linux2 -i /dev/video0 out.mpg
ffmpeg -t 30 -f video4linux2 -s vga -r 30 -b 2000k -i /dev/video0 out-vga-2M-30sec.mpg
ffmpeg -t 60 -f video4linux2 -s vga -r 30 -b 2000k -i /dev/video0 out-vga-2M-60sec.avi
..., etc.


-----Original Message-----
From: linux-media-owner@vger.kernel.org [mailto:linux-media-owner@vger.kernel.org] On Behalf Of llarevo@gmx.net
Sent: Saturday, July 14, 2012 4:29 AM
To: linux-media@vger.kernel.org
Subject: libv4l2: error dequeuing buf: Resource temporarily unavailable

Hi,

I'm not sure, if this is the right list, if I'm wrong here, a hint for a appropriate place for my questions would be very appreciated.

I have a problem with an analog Terratec Cinergy 400 TV. When I try to capture with ffmpeg, 

ffmpeg -f video4linux2 -i /dev/video0 out.mpg

I get the error

libv4l2: error dequeuing buf: Resource temporarily unavailable

I'm using Fedora F17. 

The behavior seems to be pretty strange to me, because xawtv, mencoder, mplayer and tvtime don't have a problem with the hardware at all, ffmpeg has got this problem only with the hardware mentioned above, with a Terratec Cinergy XS, ffmpeg captures without problems.

Why reports libv4l2 "Resource temporarily unavailable"? What are common reasons for that message? What can be a reason that creates the message only on specific hardware (Terratec Cinergy 400 TV)?

Thanks a lot in advance. 

--
Felix


--
To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@vger.kernel.org More majordomo info at  http://vger.kernel.org/majordomo-info.html


  reply	other threads:[~2012-07-16 17:56 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-14 11:29 libv4l2: error dequeuing buf: Resource temporarily unavailable llarevo
2012-07-16 17:50 ` Charlie X. Liu [this message]
2012-07-16 19:57   ` llarevo
2012-07-17  8:00     ` charlie
2012-07-17 18:46       ` llarevo
2012-07-17 19:25         ` Charlie X. Liu
2012-07-18 20:07           ` llarevo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='000901cd637b$77c9e620$675db260$@com' \
    --to=charlie@sensoray.com \
    --cc=linux-media@vger.kernel.org \
    --cc=llarevo@gmx.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.