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: [ITB4.2.0 - 3D people counting] Python visualizer stops updating graph after a while.

Part Number: IWR6843ISK-ODS

Hi,

I am running 68xx_3D_people_counting lab in mmwave_industrial_toolbox_4_2_0 and checking the data from radar using Python visualizer.

After I run gui_main.py and send config file to device, the Python visualizer starts plotting the data from radar.

However, after a while, the plotting will stop and will not be updated anymore.

So far I investigated this issue in my side, I figured out:

 - parseData function in gui_main.py is called repeatedly.

 - despite the function call above, parseUartThread(QThread).run function is not executed.

Could you tell me why this occurs, and how to fix it?

Best regards,

Fields