[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
Mon Mar 16 04:59:05 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

Wim Taymans changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |wim.taymans at gmail.com




------- Comment #3 from Wim Taymans  2009-03-16 11:59 UTC -------
this driver seems buggy:

2src_calls.c:159:gst_v4l2_buffer_new: creating buffer 0, 0x8b5c800 in pool
0x8a19d40
2src_calls.c:171:gst_v4l2_buffer_new:   index:     0
2src_calls.c:172:gst_v4l2_buffer_new:   type:      1
2src_calls.c:173:gst_v4l2_buffer_new:   bytesused: 152064
2src_calls.c:174:gst_v4l2_buffer_new:   flags:     00000000
2src_calls.c:175:gst_v4l2_buffer_new:   field:     1
2src_calls.c:176:gst_v4l2_buffer_new:   memory:    1
2src_calls.c:178:gst_v4l2_buffer_new:   MMAP offset:  2882400000
2src_calls.c:179:gst_v4l2_buffer_new:   length:    16777216
2src_calls.c:180:gst_v4l2_buffer_new:   input:     0
2src_calls.c:159:gst_v4l2_buffer_new: creating buffer 1, 0x8b5c898 in pool
0x8a19d40
2src_calls.c:171:gst_v4l2_buffer_new:   index:     1
2src_calls.c:172:gst_v4l2_buffer_new:   type:      1
2src_calls.c:173:gst_v4l2_buffer_new:   bytesused: 152064
2src_calls.c:174:gst_v4l2_buffer_new:   flags:     00000000
2src_calls.c:175:gst_v4l2_buffer_new:   field:     1
2src_calls.c:176:gst_v4l2_buffer_new:   memory:    1
2src_calls.c:178:gst_v4l2_buffer_new:   MMAP offset:  2882400001
2src_calls.c:179:gst_v4l2_buffer_new:   length:    16777216
2src_calls.c:180:gst_v4l2_buffer_new:   input:     0


note how MMAP offset = 2882400000 (abcdef00 in hex!?) 
also note how length = 16777216 (1000000 in hex!?)

the frame size of 152064 seems to be correct for this resolution and 
video format.

Maybe this is caused by libv4l2?


-- 
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