I am working to modify the out of the box demo software for the mmwave AOP radar.
When I reduce CFAR gain and ungroup peaks so that I can do on-host processing, I get a lot of contacts (e.g. 150). But still less than the max number in the API.
Sometimes the sensor simply crashes and stops responding and needs to be power cycled.
This happens _less_ if I reduce frame rate to e.g. 10fps, but doesn't go away. Likewise, I disabled the UART sending in the code and only report number of contacts. It still crashes at around 150. So it's clearly some processing that's taking too long and not just the slow UART.
Does anyone have a hint on what timings I'm likely failing?