Hi
Is it possible to connect 2 display to jetson nano that are showing 2 different camera feed ?
Hi
Is it possible to connect 2 display to jetson nano that are showing 2 different camera feed ?
Hi bhatia.abhi98,
Yes, it’s working on Jetson-Nano.
You can connect HDMI and DP port on Nano, it can show different camera feed.
Please try below command:
$ gst-launch-1.0 videotestsrc num-buffers=300 is-live=1 ! nvvidconv ! nvoverlaysink display-id=0 & gst-launch-1.0 videotestsrc num-buffers=300 is-live=1 pattern=1 ! nvvidconv ! nvoverlaysink display-id=1 &
is it also possible we use HDMI and dp port at same time with different camera feed ?
Hi,
Yes. If you use nvarguscamerasrc, you can configure sensor-id to launch designated camera, and send to specified display with display-id.