Skip to content

Instantly share code, notes, and snippets.

@Aldhanekaa
Created February 22, 2023 15:13
Show Gist options
  • Save Aldhanekaa/8549e27be35dbcd652dc0bd99eee215e to your computer and use it in GitHub Desktop.
Save Aldhanekaa/8549e27be35dbcd652dc0bd99eee215e to your computer and use it in GitHub Desktop.
gst-launch-1.0 -vvv v4l2src device=/dev/video0 num-buffers=1 \! "video/x-bayer,width=1920,height=1080,framerate=(fraction)25/1,format=(string)bggr" \! bayer2rgb ! pngenc ! filesink location=test.png
@Aldhanekaa
Copy link
Author

gst-launch-1.0 v4l2src device=/dev/video1 io-mode=2 ! image/jpeg,width=3264,height=2448,framerate=15/1 ! nvjpegdec ! video/x-raw(memory:NVMM),format=I420 ! nvvidconv ! video/x-raw,width=640,height=480,format=I420 ! fpsdisplaysink

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment