the first one was written in C, so i build a pipeline like it does expect I didn’t use metamux which only provides a .so file in this repo. Instead, I use fakesink for both branch.
the result is confusing, the first branch is normal, its fps is alright and can also be displayed if change to nveglglessink. However, the second branch always has 0 fps.
thanks for your quick reply.
I didn’t change the front part of origin pipeline in deepstream parallel inference app. I just rewrite them in Python. the pipeline look like this:
and as I continue to test, I remove the second streammux and streamdemux, and it works. I guess something wrong with my second branch’s streammux and streamdemux.
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
We don’t know how did you implement the pipeline. Please debug with our deepstream parallel inference app to understand the right settings.
MetaMux is not to merge the output, it only collects all output together in unified NvDsMetaData. You can filter the output according to your requirement.