[gstreamer-bugs] [Bug 575391] Cannot fetch a picture (stream) from an older Philips 646 webcam.

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Tue Mar 24 04:37:27 PDT 2009


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=575391

  GStreamer | don't know | Ver: 0.10.22




------- Comment #17 from Stefan Kost (gstreamer, gtkdoc dev)  2009-03-24 11:38 UTC -------
this is what happens:
v4l2src v4l2src_calls.c:1021:gst_v4l2src_grab_frame:<v4l2src0> problem grabbing
frame 0 (ix=0), trials=50, pool-ct=3, buf.flags=0
v4l2src v4l2src_calls.c:1074:gst_v4l2src_grab_frame:<v4l2src0> Grabbing frame
got interrupted on /dev/video0 unexpectedly. 14: Bad address.

errno=14 is EFAULT and according http://v4l2spec.bytesex.org/spec/r12878.htm
this is not among the expected errors. I'd say your driver does not really work
with mmap.

In v4l2src_calls.c::gst_v4l2src_capture_init() it activates use_mmap=TRUE. You
you set this there to FALSE to test wheter the driver works with read. But
anyway file a bug agaianst the driver.


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=575391.




More information about the Gstreamer-bugs mailing list