Please provide complete information as applicable to your setup.
• Jetson Nano 4GB
• DeepStream 6.0
• JetPack 4.6.1
• TensorRT 8
I want to get more information from tracker. I have found examples of getting past frame information. It returns not active tracks if I understand correctly.
How I can get info about current active tracks?
Thank you! I can get rect_params, object id from tracker by NvDsObjectMeta.
How can I get more info about track: age, status (active, tentative, etc.). Can I get full list of tracks not just visible objects?