• Hardware Platform: NVIDIA Jetson AGX Orin Developer Kit
• DeepStream Version: 6.4
• JetPack Version: 6.0
• TensorRT: 8.6.2.3
• Issue Type: questions
• Issue Description:
I am facing an issue with saving an object image based on its tracker ID while processing frames from a video using DeepStream. The problem is that the object image gets saved multiple times for the same tracker ID across different frames. I am using the NvDCF_accuracy Tracker for tracking objects.
• Requirement:
I need guidance on how to ensure that the object image is saved only once for each tracker ID throughout the video processing. Specifically, I want to avoid saving the same object image multiple times for the same tracker ID as the frames are processed.