Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson Nano)
• DeepStream Version(5.0)
• JetPack Version (4.4 GA)
**• TensorRT Version(7.1)
**• QtGStreamer 1.0
I compared the plugin of nvvideoconvert between 4 and 5
It seems some changes.
The pipeline is very simple: uridecodebin → nvvideoconvert → videoconvert-> qtquick2videosink
I debugged and found that the allowed caps of qtquick2videosink are “I420” and “BGRx”, but the final used caps was I420. when I specified the “BGRx”, the pad link was ok, but the test app would crash.
Hope someone to help, Thanks