Skip to content

Instantly share code, notes, and snippets.

gst-launch-1.0 v4l2src device=/dev/video0 ! 'video/x-raw,width=2448,height=2048,framerate=120/1,format=GRAY8' ! videoconvert ! 'video/x-raw,width=2448,height=2048,framerate=120/1,format=YV12' ! shmsink socket-path=/tmp/test_original perms=0666 shm-size=20000000 sync=false wait-for-connection=true
gst-launch-1.0 v4l2src device=/dev/video0 ! 'video/x-raw,width=1920,height=1080,framerate=120/1,format=GRAY8' ! videoconvert ! 'video/x-raw,width=1920,height=1080,framerate=120/1,format=YV12' ! shmsink socket-path=/tmp/test_original perms=0666 shm-size=20000000 sync=false wait-for-connection=true