Hello,
I am trying to use the body_tracking to get a list of people in a frame and display the coordinate of their chest spine key point. This functionality is working right now.
When a person goes out of camera view/moves behind a person, they are assigned a new body id. This is an issue because I would like to only display the coordinates of people who are in frame. I would like to remove these old bodies from the list when someone is not being tracked anymore.
Could anyone point me in the right direction? I cannot directly point to the index in bodies.body_list because I get an out of bounds error.
Thanks for the assistance!