Jump to content

GStreamer Support-Display

From RidgeRun Developer Wiki

Follow us on: YouTube Twitter LinkedIn Email Share this page

Share This Page





Problems running the pipelines shown on this page? Please see our GStreamer Debugging guide for help .


Display

The following plugins are available for the display.

  • xvimagesink
  • ximagesink
  • waylandsink

Display from VideoTestSrc

Using xvimagesink

gst-launch-1.0 videotestsrc ! imxvideoconvert_g2d ! xvimagesink

Using ximagesink

gst-launch-1.0 videotestsrc ! imxvideoconvert_g2d ! ximagesink

Using waylandsink

gst-launch-1.0 videotestsrc ! imxvideoconvert_g2d ! waylandsink

Display from File

Using xvimagesink

gst-launch-1.0 filesrc location=output.mp4 ! v4l2h264dec ! imxvideoconvert_g2d ! xvimagesink

Using ximagesink

gst-launch-1.0 filesrc location=output.mp4 ! v4l2h264dec ! imxvideoconvert_g2d ! ximagesink

Using waylandsink

gst-launch-1.0 filesrc location=output.mp4 ! v4l2h264dec ! imxvideoconvert_g2d ! waylandsink

Display from Camera

Using xvimagesink

gst-launch-1.0 v4l2src device=/dev/video6 !     video/x-raw,width=1920,height=1080,framerate=30/1,format=NV12 !     queue ! imxvideoconvert_g2d ! xvimagesink

Using ximagesink

gst-launch-1.0 v4l2src device=/dev/video6 !     video/x-raw,width=1920,height=1080,framerate=30/1,format=NV12 !     queue ! imxvideoconvert_g2d ! ximagesink

Using waylandsink

gst-launch-1.0 v4l2src device=/dev/video6 !     video/x-raw,width=1920,height=1080,framerate=30/1,format=NV12 !     queue ! imxvideoconvert_g2d ! waylandsink









Cookies help us deliver our services. By using our services, you agree to our use of cookies.