How to stream nvargus camera connected to nvidia orin nano from my laptop

Im using Jetpack 5.1.1
L4T release 35.3.1
gst-launch-1.0 nvarguscamerasrc sensor-id=0 ! nvvidconv ! autovideosink
This is the streaming command

I need to stream this camera by running command from my DUT terminal (device terminal on Laptop)
Is it possible by connecting the device and laptop to same network
How ?

You can connect to Orin by ssh.

When i run by connecting ssh in laptop , there its showing internal data error

Try below command.

export DISPLAY=:0

gst-launch-1.0 nvarguscamerasrc ! "video/x-raw(memory:NVMM), width=(int)1920, height=(int)1080,format=(string)NV12, framerate=(fraction)30/1" ! nvvidconv ! xvimagesink sync=false

Its working fine
Thank you so much

we have 3 camera sensor
gst-launch-1.0 nvarguscamerasrc sensor-id=0 sensor-mode=0 ! nvvidconv ! autovideosink
to get stream for all these camera
how do i modify the command to get stream on monitor

Modify the sensor-id for it.

sensor-id=0
sensor-id=1
sensor-id=2

how to get rtsp streaming ? for this
can you share the command

Check below link.


could you help me to resolve

Check the FAQ to make the videotestsrc working first, then modify the pipeline to nvarguscamerasrc.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.