Changes between Version 2 and Version 3 of Yocto/gstreamer/video


Ignore:
Timestamp:
04/19/2018 06:14:45 PM (6 years ago)
Author:
Tim Harvey
Comment:

make loopback example more generic and less error prone

Legend:

Unmodified
Added
Removed
Modified
  • Yocto/gstreamer/video

    v2 v3  
    243243gst-launch-1.0 v4l2src device=/dev/video0 ! imxipuvideotransform ! imxg2dvideosink
    244244}}}
    245  * Take camera input /dev/video0 and output it to /dev/fb1 using the IPU to both colorspace convert and display:
    246 {{{#!bash
    247 gst-launch-1.0  imxv4l2videosrc device=/dev/video0 ! imxipuvideotransform ! imxipuvideosink framebuffer=/dev/fb1
     245 * Take IMX video input /dev/video0 and output it to /dev/fb0 using the IPU to both colorspace convert and display:
     246{{{#!bash
     247gst-launch-1.0  imxv4l2videosrc device=/dev/video0 ! imxipuvideotransform ! imxipuvideosink framebuffer=/dev/fb0
    248248}}}
    249249