Is AYUV data format supported by Nividia deepstreamer 6.2?

Please provide complete information as applicable to your setup.

• Hardware Platform (J / GPU)
• DeepStream Version -6.2
• TensorRT Version-
• NVIDIA GPU Driver Version (valid for GPU only) 525
• Issue Type( questions, new requirements, bugs)
• How to reproduce the issue ? (This is for bugs. Including which sample app is using, the configuration files content, the command line used and other details for reproducing)
• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)

Hi Moderator
can you please help me to check this pipeline is correct or not
Does Nividia deepstreamer support the AYUV format

while linking the pipeline from caps filter to gst videobox (the element is gstreamer element ) is that the error
while changing the format I420 TO AYUV data format

error
0:00:02.639735307 43287 0x7fa87c01f5e0 WARN v4l2 gstv4l2object.c:3057:gst_v4l2_object_get_nearest_size:nvv4l2decoder0:sink Unable to try format: Unknown error -1

gst-launch-1.0 uridecodebin uri =rtsp://admin:123@10.90.68.172/stream0 ! nvstreammux ! nvvideoconvert ! capsfilter caps=“video/x-raw, height=1080, width=1920” ! videobox left=0 top=0 ! mix.sink_0 videomixer name=mix sink_0::xpos=0 sink_0::ypos=0 ! videoconvert ! jpegenc ! appsink sync=True emit-signals=True name=gvainference

No 3rd party open source GStreamer plugin can be used after nvstreammux before nvmultistreamtiler or nvstreamdemux. Your pipeline is wrong.

1 Like

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