Closed bluems closed 3 years ago
Hi,
I use the board based on IWR1642, Ubuntu 20.04 and Python 3.8. When I use your code, The data your code has responded to will appear reversed left and right. Compared to TI's official demo(mmWave_Demo_Visualizer), it looks reversed.
I tested readData_AWR1642.py
you just need to modify line 287 to:
x = detObj["x"]
thanks your answer!
Hi,
I use the board based on IWR1642, Ubuntu 20.04 and Python 3.8. When I use your code, The data your code has responded to will appear reversed left and right. Compared to TI's official demo(mmWave_Demo_Visualizer), it looks reversed.
I tested readData_AWR1642.py