How to capture a still image while previewing live video?
Kapil Agrawal
kapil.agl at gmail.com
Wed Sep 14 10:08:57 PDT 2011
Hello Paul,
I think your pipeline should look like, added a queue after tee
gst-launch -v v4l2src always-copy=FALSE input-src=composite \
! tee name= t \
! queue
! 'video/x-raw-yuv,width=(int)736,height=(int)480' \
! tidisplaysink2 video-standard=vga display-output=lcd mmap-buffer=FALSE
dma-copy=TRUE \
t. \
! queue \
! 'video/x-raw-yuv,width=(int)736,height=(int)480' \
! videorate \
! TIImgenc1 iColorSpace=UYVY oColorSpace=YUV420P qValue=75
engineName=codecServer \
! filesink location=output.jpg
Regards
Kapil
--
www.mediamagictechnologies.com (Gstreamer, ffmpeg, Red5, Streaming)
twitter handle: @gst_kaps
http://www.linkedin.com/in/kapilagrawal
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20110914/2f31d455/attachment.html>
More information about the gstreamer-devel
mailing list