<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:'times new roman', 'new york', times, serif;font-size:12pt"><div>Hi,</div><div>thanks, yes that's what I was asking for. However it did not worked yet, as I think I need to set something with the camera api itself to make it go into mjpeg mode (connecting to it with VLC for example, I need to check an option in the advanced configuration...)</div><div style="font-family:times new roman, new york, times, serif;font-size:12pt">Thanks anyway</div><div style="font-family:times new roman, new york, times, serif;font-size:12pt">Al</div><div style="font-family:times new roman, new york, times, serif;font-size:12pt"><br><div style="font-family:arial, helvetica, sans-serif;font-size:13px"><font size="2" face="Tahoma"><hr size="1"><b><span style="font-weight: bold;">De :</span></b> Wes Miller &lt;wmiller@sdr.com&gt;<br><b><span style="font-weight: bold;">À
 :</span></b> gstreamer-devel@lists.sourceforge.net<br><b><span style="font-weight: bold;">Envoyé le :</span></b> Mar 8 juin 2010, 16h 37min 59s<br><b><span style="font-weight: bold;">Objet&nbsp;:</span></b> Re: [gst-devel] Connecting to a mjpeg camera<br></font><br><br>I'm not sure this is exacly what you asked but i hope it helps.<br><br>Here is your pipeline:<br><br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  gst-launch-0.10.exe&nbsp;  ksvideosrc <br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  ! ffmpegcolorspace <br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  !<br>video/x-raw-rgb,width=1600,framerate=15/1 <br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  ! ffmpegcolorspace !<br>directdrawsink -v<br><br><br>First, look at your CPAS.&nbsp; Ty using image/mjpeg instead of video/x-raw-rgb.&nbsp;  <br>Secondly, you'll probably need a jpegdec in front of the ffmpegcolorspace<br>element.<br><br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  ... ! jpegdec !<br>ffmpegcolorspace ! ...<br><br>I am unfamiliar with directdrawsink, but you might consider using<br>dshowvideosink or autovideosink.<br><br>Wes Miller<br>-- <br>View this message in context: <a href="http://gstreamer-devel.966125.n4.nabble.com/Connecting-to-a-mjpeg-camera-tp2243366p2247501.html" target="_blank">http://gstreamer-devel.966125.n4.nabble.com/Connecting-to-a-mjpeg-camera-tp2243366p2247501.html</a><br>Sent from the GStreamer-devel mailing list archive at
 Nabble.com.<br><br>------------------------------------------------------------------------------<br>ThinkGeek and WIRED's GeekDad team up for the Ultimate <br>GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the <br>lucky parental unit.&nbsp; See the prize list and enter to win: <br><a href="http://p.sf.net/sfu/thinkgeek-promo" target="_blank">http://p.sf.net/sfu/thinkgeek-promo</a><br>_______________________________________________<br>gstreamer-devel mailing list<br><a ymailto="mailto:gstreamer-devel@lists.sourceforge.net" href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br><a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br></div></div><div style="position:fixed"></div>


</div><br>




      </body></html>