[gst-devel] Connecting to a mjpeg camera

Wes Miller wmiller at sdr.com
Tue Jun 8 16:37:59 CEST 2010


I'm not sure this is exacly what you asked but i hope it helps.

Here is your pipeline:

                 gst-launch-0.10.exe   ksvideosrc 
                                               ! ffmpegcolorspace 
                                               !
video/x-raw-rgb,width=1600,framerate=15/1 
                                               ! ffmpegcolorspace !
directdrawsink -v


First, look at your CPAS.  Ty using image/mjpeg instead of video/x-raw-rgb.   
Secondly, you'll probably need a jpegdec in front of the ffmpegcolorspace
element.

                                               ... ! jpegdec !
ffmpegcolorspace ! ...

I am unfamiliar with directdrawsink, but you might consider using
dshowvideosink or autovideosink.

Wes Miller
-- 
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Connecting-to-a-mjpeg-camera-tp2243366p2247501.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.




More information about the gstreamer-devel mailing list