Jetson Nano with Raspberry Pi Camera #161
-
Hello everyone, We try to use Jetson Nano with Raspberry Pi V2 camera as drone and an ubuntu as gs. When we try to run Logitech c920 command, we get an error like
What gstreamer command should we use for raspberry pi camera on Jetson for drone and gs? Could you help us for that? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
GS pipeline for C920:
where /dev/video0 is C920-related device. Check it with |
Beta Was this translation helpful? Give feedback.
-
Hi, It was a little late but I wanted to write the solution here. We use this (it is multiudpsink but same logic):
|
Beta Was this translation helpful? Give feedback.
Hi, It was a little late but I wanted to write the solution here. We use this (it is multiudpsink but same logic):
gst-launch-1.0 -e nvarguscamerasrc ! 'video/x-raw(memory:NVMM), width=640, height=480, framerate=25/1' ! nvv4l2h264enc bitrate=400000 insert-sps-pps=true ! rtph264pay mtu=1400 ! multiudpsink clients=127.0.0.1:5602,127.0.0.1:5603 sync=false async=false