Hi,
I am running people count demo in the following folder.
"mmwave_industrial_toolbox_3_4_0__win\mmwave_industrial_toolbox_3_4_0\labs\lab0020_pplcount_Overhead\GUI_A_base_no_logic"
When I set 64 to maxNumPoints parameter in mmw_pplcount_demo_default.cfg as below, the demo doesn't run.
trackingCfg 1 2 250 64 200 100 90
I looked at the source code of gtrack library and found a comment line saying that maxNumPoints can be 250 at maximum.
Compared to 250, 64 is smaller.
Why does this parameter cause demo not running?
Thank you.