[gst-devel] Re : Connecting to a mjpeg camera
Albert Costa
costa_albert at yahoo.fr
Wed Jun 9 14:27:55 CEST 2010
Hi,
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...)
Thanks anyway
Al
________________________________
De : Wes Miller <wmiller at sdr.com>
À : gstreamer-devel at lists.sourceforge.net
Envoyé le : Mar 8 juin 2010, 16h 37min 59s
Objet : Re: [gst-devel] Connecting to a mjpeg camera
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.
------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the
lucky parental unit. See the prize list and enter to win:
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
gstreamer-devel mailing list
gstreamer-devel at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20100609/89bb8802/attachment.htm>
More information about the gstreamer-devel
mailing list