This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |