Jetson nano with waveshare IMX219-160 not streaming

I am using waveshare IMX219-160 with jetson nano developer kit and SOM but when I try to livestream it not streaming. But camera is detected ls /dev/video* to video0.

Here is my pipeline:

Sending pipeline:

gst-launch-1.0 nvarguscamerasrc sensor-id=0 ! ‘video/x-raw(memory:NVMM), width=3264, height=2464, framerate=21/1, format=NV12’ ! nvvidconv ! ‘video/x-raw, format=I420’ ! x264enc tune=zerolatency bitrate=500 ! rtph264pay ! udpsink host=192.168.55.100 port=5000

Receving pipeline:

gst-launch-1.0 udpsrc port=5000 caps=‘application/x-rtp, encoding-name=H264’ ! rtph264depay ! avdec_h264 ! autovideosink

I have also attached the dmesg logs below:
dmesglogs_nano.txt (104.4 KB)

Confirm the driver by v4l2-ctl first.

v4l2-ctl --stream-mmap -c bypass_mode=0

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