Deepstream 6.2 Trakcer Ids with multiple streams

does deepstream assign different tracker ids in different streams ? or for all streams, the ids start from 0?

say object_id 1,2,3 and 4 were detected in stream1, and then some object appears in stream2; so will this newly detected object in stream2 will get tracker_id/object_id of 5 ? or it will start from 0??

My use case requires me to have unique tracker/object ids with no overlap whatsoever. is that possible ? or I need to map with stream id ?

Please provide complete information as applicable to your setup.

• Hardware Platform (Jetson / GPU)
• DeepStream Version
• JetPack Version (valid for Jetson only)
• TensorRT Version
• NVIDIA GPU Driver Version (valid for GPU only)
• 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)

Deepstream 6.2 dGPU

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

It will be 5 for stream2. please also check useUniqueID: 1 in: Gst-nvtracker — DeepStream documentation 6.4 documentation

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