Tool/software:
I’m running a multi-radar HAR setup with one ceiling-mounted and three wall-mounted radars.
Wall-mount default: numLoops=96
, framePeriodicity=55
(~18 FPS)
Ceiling-mount default: numLoops=224
, framePeriodicity=120
(~8.33 FPS)
To match FPS between radars, I changed the ceiling config’s frameCfg
to:
Other parameters remain from the original ceiling preset.
Issue:
-
When running only the ceiling radar, sometimes I get:
ERROR: No data detected on COM Port, read timed out
-
When it does run, if I create a dense point cloud (e.g., raise and swing both hands), data streaming stops or errors occur.
-
Reverting to the default ceiling config (224 loops, 120 ms) works fine.
Question:
Besides numLoops,
framePeriodicity,trackingCfg’s deltaT
what parameters must I change to make this 96-loops / 55-ms ceiling config stable?
Thanks for any guidance or example configs.