Hi,
I have a few queries regarding people counting demo.
In each frame if the radar detects a target a TargetList tlv is generated containing Target id & related data.
1) Is the Target iD mapped to a particular target or Does the target id track a particular object over multiple frames?
How will target id be assigned in following scenarios:- (here area means the Boundary box where the target is detected or tracked)
2) Person A enters the area, gets assigned target id 1, Person A leaves area. Now there is no target detected in area. After few seconds Person B enters the area. Is Person B assigned id 1 or id 2?
3) Person A enters the area, gets assigned target id 1, Person A stays stationary inside area & stops getting tracked. Now there is no target detected in area. After few seconds Person B enters the area. Is Person B assigned id 1 or id 2?
4) Does the target id mapping differentiate between exit event & loss of tracking due to stationary inside the area ?
While looking at tlv data generated over time, I observed that target Ids kept incrementing (for ex 12,13,14) even when the number of targets in area were max 4 or 5 at a time(area with foot traffic, people entering & exiting area constantly).
5) My concern is does the Target Id keep incrementing indefinitely? If I keep sensor on for a long time will target id keep on increasing in value & overflow after long period of time?
Thanks