Bash: nvarguscamerasrc: command not found

• Hardware Platform (Jetson / GPU)= Jetson nano 4GB
• DeepStream Version= Deepstream 6.0
• JetPack Version (valid for Jetson only)=Jetpack 4.6
• TensorRT Version= 8.0.1

hi,
i am trying to use raspberry pi v2 camera. i plugged camera into the camera connector then i started following the steps here .
but when i run this code
nvarguscamerasrc sensor_id=0
i got this error:

bash: nvarguscamerasrc: command not found

how can i solve this. thank you

Using gst-launch-1.0 nvarguscamerasrc … for launch.

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

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