I am using Jetson nano with Waveshare IMX219-160 Camera. I am using R32.7.6 L4T Version.
As the camera is detected and their formats too but I wont be able to see the video feed. Here below I provided my gstreamer pipeline I used. Kindly help me to resolve this issue and if my pipeline is incorrect then kindly provide me the updated pipeline for that.
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
gst-launch-1.0 udpsrc port=5000 caps=‘application/x-rtp, encoding-name=H264’ ! rtph264depay ! avdec_h264 ! autovideosink
List of available formats:
v4l2-ctl --list-formats-ext
ioctl: VIDIOC_ENUM_FMT
Index : 0
Type : Video Capture
Pixel Format: ‘RG10’
Name : 10-bit Bayer RGRG/GBGB
Size: Discrete 3264x2464
Interval: Discrete 0.048s (21.000 fps)
Size: Discrete 3264x1848
Interval: Discrete 0.036s (28.000 fps)
Size: Discrete 1920x1080
Interval: Discrete 0.033s (30.000 fps)
Size: Discrete 1640x1232
Interval: Discrete 0.033s (30.000 fps)
Size: Discrete 1280x720
Interval: Discrete 0.017s (60.000 fps)