Detect stationary or moving object

• Hardware Platform (Jetson / GPU) : GPU
• DeepStream Version : 5.1
• TensorRT Version: 7.2.1-1+cuda11.1
• NVIDIA GPU Driver Version : 455.23.05
• Issue Type( questions, new requirements, bugs) : Question

Hi Team,
I am new to DeepStream, I am currently running example with multiple input streams with tracker. I wanted to get events from tracker if object has stopped moving (stationary object) for example: In traffic cam monitoring, detecting if car has stopped in middle of road and if it has stopped for more than certain internal then trigger further function.
Can team/anyone guide me on this ? How can I know/code(example) if object has stopped moving from deepstream for detected object and trigger event based on interval (In details answers will be appreciated as new to DeepStream).

Thanks in advance!

Currently deepstream does not provide object stopping detection function. You can develop your own detection algorithm based on deepstream nvtracker output. Gst-nvtracker — DeepStream 6.1.1 Release documentation