filmov
tv
EP8 Dwell Time Calculation of Person in Frame | Jetson Computer Vision | Jetson Nano | Python
Показать описание
In this video we are going to study about how we can calculate the dwell time of person in the frame. Dwell time calculation means how much time a person has spend in the frame. This is all done by using the object id returned by tracker. Once the tracker assigns the object id to the person, we start a timer for that id and keep increasing the timer until that person is in the frame. As soon as the person moves out of the frame, we stop the timer and thus we have the total time of the person inside the frame.
Feel free to enjoy the source code in your application and let me know if you face any issues
Feel free to enjoy the source code in your application and let me know if you face any issues