Use DeepStream Service Maker to add and remove elements while the pipeline is running

Deepstream7.0 in docker on ubuntu22 with dGPU

Does service maker in deepstream 7.0 support dynamic addition and deletion of elements like the example in this URL changing-elements-in-a-pipeline
? If so, can you give an example?

Which elements do you want to dynamically add/remove?

There is only sample of dynamically adding/removing sources with /opt/nvidia/deepstream/deepstream/service-maker/sources/apps/deepstream_test5_app

I’ve written a couple of inference plugins custom-infer, in a pipeline like this source ->nvv4l2decoder->nvstreammux->nvvideoconvert->custom-infer-1 ->nvdsosd->sink, I want to dynamically replace custom-infer-1 with custom-infer-2 when pipeline is running. Does Maker have a solution, and how can I implement it?

This is not supported now. You may need to add both custom infers in the pipeline and filter the meta data to output.

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 topic was automatically closed 14 days after the last reply. New replies are no longer allowed.