Hey,
The Matlab demo for obstacle detection stops every 10 s and continues after 10 s. It is freezing. Why does that happen? I wrote my own interface and the same stuff is also going on here. Can anybody help?
BR,
Ibrahim
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.
Hey,
The Matlab demo for obstacle detection stops every 10 s and continues after 10 s. It is freezing. Why does that happen? I wrote my own interface and the same stuff is also going on here. Can anybody help?
BR,
Ibrahim
Hi,
Like I said in my initial question, it happens in the Matlab GUI on my new powerful pc with the awr1642ods iff heatmap output is "1". The board is brandnew, so if it is normally not the case I should send it to TI to get a new one?
thank you,
Ibrahim
The heatmaps are too large to send at 10 frames per second. The UART is not fast enough, even to send one (you should not try to enable both heatmaps at the same time). Try dropping down to 3fps:
frameCfg 0 1 32 0 330 1 0
-dave