Incorrect counting of NvDCF tracker in deepstream for multi-stream

• Hardware Platform (Jetson / GPU):jetson
• DeepStream Version : 5.0 GA
• JetPack Version (valid for Jetson only) : 4.2 Developer kit
• TensorRT Version : 7.1.x

Hi guys,
I’ve tested deepstream samples on jetson, using the NvDCF tracker when I used multi-stream RTSP, the counting of each stream is not independent, but for other type of trackers is correct, why? i.e suppose we have two stream, the counting of there is:
stream 1 : 0,2,5,9,10 …
stream 2 :1,3,4,6,7,8, …
that means the counting of tracker is applied to two stream instead of individual streams. and that problem is occurred only in the NvDCF tracker. How I can solve the problem?

pls disable enable-batch-process

I disable and get same results.

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

It should work, pls share your config file?