Hi Folks
I have simple gstreamer command line for reading two cameras concurrently in Tx1/Tx2 and displaying each camera output for preview…
This command line works on Tx1 but not on Tx2.
alias preview="gst-launch-1.0 nvcamerasrc sensor-id=0 !
What works on TX2 is -
gst-launch-1.0 nvcamerasrc fpsRange=“60.0 60.0" sensor-id=0 ! ‘video/x-raw(memory:NVMM), width=(int)3840, height=(int)2160, format=(string)I420, framerate=(fraction)60/1’ ! nvtee ! nvvidconv flip-method=2 ! ‘video/x-raw, format=(string)I420’ ! xvimagesink -e
Could someone please explain why first command line does not work on TX2 ?
Thanksvideo/x-raw\(memory:NVMM\),width=1920,height=1080
What works on TX2 is -
gst-launch-1.0 nvcamerasrc fpsRange=“60.0 60.0" sensor-id=0 ! ‘video/x-raw(memory:NVMM), width=(int)3840, height=(int)2160, format=(string)I420, framerate=(fraction)60/1’ ! nvtee ! nvvidconv flip-method=2 ! ‘video/x-raw, format=(string)I420’ ! xvimagesink -e
Could someone please explain why first command line does not work on TX2 ?
Thanks ! nvoverlaysink overlay-x=40 overlay-y=40 overlay-w=1200 overlay-h=1200 overlay=1 nvcamerasrc sensor-id=1 !
What works on TX2 is -
gst-launch-1.0 nvcamerasrc fpsRange=“60.0 60.0" sensor-id=0 ! ‘video/x-raw(memory:NVMM), width=(int)3840, height=(int)2160, format=(string)I420, framerate=(fraction)60/1’ ! nvtee ! nvvidconv flip-method=2 ! ‘video/x-raw, format=(string)I420’ ! xvimagesink -e
Could someone please explain why first command line does not work on TX2 ?
Thanksvideo/x-raw\(memory:NVMM\),width=1920,height=1080
What works on TX2 is -
gst-launch-1.0 nvcamerasrc fpsRange=“60.0 60.0" sensor-id=0 ! ‘video/x-raw(memory:NVMM), width=(int)3840, height=(int)2160, format=(string)I420, framerate=(fraction)60/1’ ! nvtee ! nvvidconv flip-method=2 ! ‘video/x-raw, format=(string)I420’ ! xvimagesink -e
Could someone please explain why first command line does not work on TX2 ?
Thanks ! nvoverlaysink overlay-x=1240 overlay-y=40 overlay-w=1200 overlay-h=1200 overlay=2"
What works on TX2 is -
gst-launch-1.0 nvcamerasrc fpsRange=“60.0 60.0" sensor-id=0 ! 'video/x-raw(memory:NVMM), width=(int)3840, height=(int)2160, format=(string)I420, framerate=(fraction)60/1' ! nvtee ! nvvidconv flip-method=2 ! 'video/x-raw, format=(string)I420' ! xvimagesink -e
Could someone please explain why first command line does not work on TX2 ?
Thanks