Hi,
I'm making a Fall Detection program while using the "People Counting" Code and following the instructions from the "Human Falls and Stances" Experiment.
At the moment i placed my code in the "Pcount3DDemo_handleObjectDetResult" method in the mss_main.c file.
In the Experiments advice in how to built your own algorithm they say you need to "Set the size of the circular buffer so that it is completely repopulated every 0.5 - 1 second".
Because the method in in which i placed my code gathers all the data from all the Objects in a Frame.
My question is how many Objects or Frames do i need to save in my buffer to get a average for every 0.5 to 1 second?
Regards,
Max