Changes between Version 4 and Version 5 of Yocto/gstreamer/video


Ignore:
Timestamp:
07/24/2018 08:29:15 PM (6 years ago)
Author:
Ryan Erbstoesser
Comment:

add example for display and record at the same time using tee

Legend:

Unmodified
Added
Removed
Modified
  • Yocto/gstreamer/video

    v4 v5  
    343343  videotestsrc ! imxg2dvideosink window-width=480 window-height=272 window-x-coord=900
    344344}}}
    345 
     345 * Take camera input on HDMI and output to HDMI monitor and also record to file
     346{{{
     347gst-launch-1.0  imxv4l2videosrc device=/dev/video0 ! imxipuvideotransform ! tee name=t ! queue ! imxg2dvideosink t. ! queue ! imxvpuenc_h264 quant-param=25 ! filesink location=/home/root/file.mp4
     348}}}
    346349
    347350[=#encoding]