GNOME Bugzilla – Bug 541368
EEE webcam not working with gstreamer
Last modified: 2009-09-10 08:33:13 UTC
Please describe the problem: http://rafb.net/p/4A411K38.html Thu Jul 03, 02:15 $ gstreamer-properties gstreamer-properties-Message: Skipping unavailable plugin 'artsdsink' gstreamer-properties-Message: Skipping unavailable plugin 'esdsink' gstreamer-properties-Message: Skipping unavailable plugin 'pulsesink' gstreamer-properties-Message: Skipping unavailable plugin 'sdlvideosink' gstreamer-properties-Message: Skipping unavailable plugin 'v4lmjpegsrc' gstreamer-properties-Message: Skipping unavailable plugin 'qcamsrc' gstreamer-properties-Message: Skipping unavailable plugin 'esdmon' gstreamer-properties-Message: Skipping unavailable plugin 'pulsesrc' gstreamer-properties-Message: Error running pipeline 'Video for Linux 2 (v4l2)': Could not negotiate format [gstbasesrc.c(2359): gst_base_src_start (): /pipeline1/v4l2src2: Check your filtered caps, if any] gstreamer-properties-Message: Error running pipeline 'Video for Linux (v4l)': Could not get/set settings from/on resource. [v4l_calls.c(409): gst_v4l_set_chan_norm (): /pipeline2/v4lsrc2: Error setting the channel/norm settings: Invalid argument] 0 orangeroot1000@vampypengyeee: ~ This is the error I get when running gstreamer-properties. I get like and old fashioned tv offline at night rainbow display with a small frame in lower right hand corner of static-y video. I am running cheese 2.22.3-1 Steps to reproduce: 1. Start cheese 2. no video feed even though /dev/video0 is being detected by program with uvc camera eb1a:2761 3. turn off cheese Actual results: no video even though ogg files are made and snapshots are done... snapshots show the old fashioned rainbow display and there are not any vid feeds being made but files are made. Expected results: Does this happen every time? yes Other information:
Is this still an issue? If no, please close the bug as OBSOLETE. If yes, please do the following: $ GST_DEBUG=*v4l*:5 gst-launch-0.10 v4l2src num-buffers=1 ! fakesink 2>dbg.log and then attach the dbg.log file.