Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU) GPU
• DeepStream Version 6.0
• JetPack Version (valid for Jetson only)
• TensorRT Version 8.0
• NVIDIA GPU Driver Version (valid for GPU only) 470
• 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) python3 python_sample2.py file_source
i want access the tracker id which is display on the screen, i tried to access obj_meta.object_id but is is just showing a long sequence number all the time like this 18446744073709551615, but the actual ids are like 1, 2, 3, 4.
print(obj_meta.object_id)