This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

IWR6843ISK-ODS: Fall Detection Getting enough Sampels.

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