Stream mux not linking to custom pipeline with aravissrc element

Please provide complete information as applicable to your setup.

• Hardware Platform (Jetson / GPU) Jetson Orin
• DeepStream Version 6.1
• JetPack Version (valid for Jetson only) 5.0.1
• TensorRT Version
• NVIDIA GPU Driver Version (valid for GPU only)
**•

I am trying to link an camera through the aravissrc plugin available to them.

This source if connected with the EGL works fine. I need to do infer and so I need to have a stream mux. The following is the pipeline without the streammux

When link the streammux before the egl sink it just dosent link

• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)

There is no update from you for a period, assuming this is not an issue anymore. Hence we are closing this topic. If need further support, please open a new one. Thanks

This is a command use streammux, infer and nveglglessink.
You can refer this document got more infomation.

gst-launch-1.0 -e nvstreammux name=mux batch-size=1 width=1920 height=1080 ! nvinfer config-file-path=/opt/nvidia/deepstream/deepstream/samples/configs/deepstream-app/config_infer_primary.txt batch-size=1  ! nvstreamdemux name=demux filesrc location=/opt/nvidia/deepstream/deepstream/samples/streams/sample_720p.h264 ! h264parse ! nvv4l2decoder ! queue ! mux.sink_0 demux.src_0 ! "video/x-raw(memory:NVMM), format=NV12" ! queue ! nvvideoconvert ! "video/x-raw(memory:NVMM), format=RGBA" ! nvdsosd ! nvvideoconvert ! queue ! nvegltransform ! nveglglessink

Replace the filesrc to aravissrc, modify the command line according to your usage.

Thanks

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