Changes between Version 2 and Version 3 of Yocto/gstreamer/video
- Timestamp:
- 04/19/2018 06:14:45 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Yocto/gstreamer/video
v2 v3 243 243 gst-launch-1.0 v4l2src device=/dev/video0 ! imxipuvideotransform ! imxg2dvideosink 244 244 }}} 245 * Take camera input /dev/video0 and output it to /dev/fb1using the IPU to both colorspace convert and display:246 {{{#!bash 247 gst-launch-1.0 imxv4l2videosrc device=/dev/video0 ! imxipuvideotransform ! imxipuvideosink framebuffer=/dev/fb 1245 * Take IMX video input /dev/video0 and output it to /dev/fb0 using the IPU to both colorspace convert and display: 246 {{{#!bash 247 gst-launch-1.0 imxv4l2videosrc device=/dev/video0 ! imxipuvideotransform ! imxipuvideosink framebuffer=/dev/fb0 248 248 }}} 249 249