NVIDIA Xavier - Video Capture and Display - Software Support - GStreamer

Revision as of 15:41, 30 October 2018 by Maumontero (talk | contribs) (Created page with "<noinclude> {{Xavier/Head}} </noinclude> GStreamer is a framework for creating streaming media applications. The fundamental design comes from the video pipeline at Oregon Gra...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)




  Index  




GStreamer is a framework for creating streaming media applications. The fundamental design comes from the video pipeline at Oregon Graduate Institute, as well as some ideas from DirectShow.

Pipeline example

Record stream (H264)

gst-launch-1.0 nvcamerasrc num-buffers=200 sensor-id=0 ! 'video/x-raw(memory:NVMM),width=1920, height=1080, framerate=30/1, format=NV12' ! omxh264enc ! qtmux ! filesink location=test.mp4 -e



[[Xavier/<Replace with "previous" page>|Previous: <Replace with "previous" page>]] Index [[Xavier/<Replace with "next" page>|Next: <Replace with "next" page>]]