Other Parts Discussed in Thread: IWR1642
Hello,
So I'm currently working with an IWR1642 Sensor, and I'm using it with the purpose of counting the flow of people into a room. While the provided people counting demo works, for people counting already inside the room, I was thinking of altering one of the many available demos to create a people influx counter.
What I was thinking is to count everytime one of the clusters in the people counting demo crosses a line to say it is inside or outside the room (e.g., if position of it in timestamp-1 is behind the line and timestamp is has crossed, the counter would increase). The same thing for the other direction, if clusters passed from the inside to the outside, it would decrease the counter. My question is what would be the best demo to gather the position and centroids of the clusters I can easily work upon those? This people counting demo has the number of people detected, but the clusters don't have the centroid position if I am not mistaken.
I'll try to provide more info if needed, thank you for your time.