<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: Arial; font-size: 12pt; color: #000000'>Stefan,<br>Thanks for the help.&nbsp; I was able to get things working by loading gst-plugin-jpeg.&nbsp; I did an opkg update and searched the /var/lib/opkg/gstreamer package listing for jpeg and found the package.<br>I guess I still don't quite understand how linux software modules and packages are put together.&nbsp; That will come with time, I hope.<br><br>Now, I need to speed up the camera throughput, figure out how to get rid of all the o/s overhead, and get my application to run as efficiently as possible.<br><br>John<br><br><br>----- Original Message -----<br>From: "Stefan Kost" &lt;ensonic@hora-obscura.de&gt;<br>To: "Discussion of the development of GStreamer" &lt;gstreamer-devel@lists.sourceforge.net&gt;<br>Sent: Tuesday, November 3, 2009 12:34:05 PM GMT -05:00 US/Canada Eastern<br>Subject: Re: [gst-devel] v4l2src0: Could not negotiate format<br><br>John Buckley schrieb:<br>&gt; Hello,<br>&gt; I've been trying to get an approved USB webcam (Creative Optia AF) to run<br>&gt; using GStreamer and sending the output to an &nbsp;XWindow and I keep getting<br>&gt; failures.<br>&gt;<br>&gt; I have the uvcvideo module loaded and /dev/video0 is present.<br>&gt;<br>&gt; I am running openembedded on the Gumstix Verdex Pro XL6P. &nbsp;Could it be that<br>&gt; the camera is USB 2.0 and the Verdex Pro is only rated for USB 1.1?<br>&gt;<br>&gt; This is what I see when I plug the camera in...<br>&gt;<br>&gt; root@gumstix-custom-verdex:~# usb 1-2: new full speed USB device using<br>&gt; pxa27x-ohci and address 4<br>&gt; usb 1-2: configuration #1 chosen from 1 choice<br>&gt; uvcvideo: Found UVC 1.00 device VF0560 Live! Cam Optia AF (041e:406d)<br>&gt; input: VF0560 Live! Cam Optia AF as<br>&gt; /devices/platform/pxa27x-ohci/usb1/1-2/1-2:1.0/input/input3<br>&gt; 4:3:1: cannot get freq at ep 0x84<br>&gt;<br>&gt; When I try to gst-launch with the v4lsrc or v4l2src elements and I get the<br>&gt; error below. &nbsp;I have tried a variety of settings using the 'video/x-raw-rgb'<br>&gt; cap but I always get the same error. &nbsp;The videotestsrc element works fine<br>&gt; with ximagesink.<br>&gt;<br>&gt; root@gumstix-custom-verdex:~# gst-launch v4l2src ! ximagesink<br>&gt; Setting pipeline to PAUSED ...<br>&gt; ERROR: Pipeline doesn't want to pause.<br>&gt; ERROR: from element /GstPipeline:pipeline0/GstV4l2Src:v4l2src0: Could not<br>&gt; negotiate format<br>&gt; Additional debug info:<br>&gt; gstbasesrc.c(2584): gst_base_src_start ():<br>&gt; /GstPipeline:pipeline0/GstV4l2Src:v4l2src0:<br>&gt; Check your filtered caps, if any<br>&gt; Setting pipeline to NULL ...<br>&gt; Freeing pipeline ...<br>&gt; root@gumstix-custom-verdex:~# <br>&gt;<br>&gt; Any help would be greatly appreciated...<br>&gt; Thanks,<br>&gt; John Buckley<br>&gt;<br>&gt; &nbsp; <br>can you run v4l-info and post the output. Or look at the log of<br>GST_DEBUG=v4l2src:4. Or just try gst-launch v4l2src ! decodebin2 !<br>xvimagesink<br><br>Stefan<br><br>------------------------------------------------------------------------------<br>Come build with us! The BlackBerry(R) Developer Conference in SF, CA<br>is the only developer event you need to attend this year. Jumpstart your<br>developing skills, take BlackBerry mobile applications to market and stay <br>ahead of the curve. Join us from November 9 - 12, 2009. Register now!<br>http://p.sf.net/sfu/devconference<br>_______________________________________________<br>gstreamer-devel mailing list<br>gstreamer-devel@lists.sourceforge.net<br>https://lists.sourceforge.net/lists/listinfo/gstreamer-devel<br></div></body></html>