Tracker Id for multiple source

• Hardware Platform (Jetson / GPU) : GPU
• DeepStream Version : 6.1
• Issue Type( questions, new requirements, bugs) : Question
I’ve created a pipeline that takes in multiple streams. It has a tracker. Now, is the tracker id unique for each stream? I mean if obj_meta->object_id for some object in stream1 has value 2 then will that same id be used for some object in stream2? In short is the obj_meta->object_id across different streams unique? Any help is highly appreciated

Please set useUniqueID: 1 in tracker configure file. Please refer the doc for details : Gst-nvtracker — DeepStream documentation 6.4 documentation

Thanks for ur time!

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