Skip to content

Instantly share code, notes, and snippets.

@TobidieTopfpflanze
Created February 25, 2022 10:13
Show Gist options
  • Save TobidieTopfpflanze/9bcfccb4b9da0149ae848df7a02dc7ce to your computer and use it in GitHub Desktop.
Save TobidieTopfpflanze/9bcfccb4b9da0149ae848df7a02dc7ce to your computer and use it in GitHub Desktop.
IMX219 Gstreamer pipeline jetson

IMX219 stream

The parameter sensor-id= describes the camera target. This id can be found by using ls /dev/. If the camera correctly plugged in then there should be a devices called /dev/videoX, where X is the camera id.

test@test-desktop:~$ gst-launch-1.0 nvarguscamerasrc sensor-id=0 ! 'video/x-raw(memory:NVMM), width=(int)1280, height=(int)720, format=(string)NV12, framerate=(fraction)30/1' ! nvvidconv ! queue ! xvimagesink
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment