Gstreamer pipeline working differently for jetpack 4.6 and jetpack 4.4.1

Hi, I’m creating the following pipeline using GStreamer. It works for Jetpack 4.6 but gives a faded image(the colors are dull, almost looks like a greyscale) on Jetpack 4.4.1.

gst-launch-1.0 v4l2src device=/dev/pal5 io-mode=2 ! 'image/jpeg,width=1280,height=720' ! nvv4l2decoder mjpeg=1 ! 'video/x-raw(memory:NVMM)' ! nvvidconv ! video/x-raw ! videoconvert ! video/x-raw !  xvimagesink

Can you help me identify the issue and suggest the solution. I need to run it on Jetpack 4.4.1.
GPU Type : Jetson NX
CUDA Version : 10.2
Operating System + Version : Ubuntu 18.04 LTS

Thanks!

Hi,
It looks to be a known issue on Jetpack 4,4. Please try the prebuilt lib:
Jetson/L4T/r32.4.x patches - eLinux.org
[GSTREAMER]Prebuilt lib for decoding YUV422 MJPEG through nvv4l2decoder

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