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)