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