Hello Champs,
HW: IWR6843ISK-ODS
SW: mmwave_industrial_toolbox_4_11_0 (3DPeople counting demo), PyCharm Community Edition 2021.3.2 and Python 3.9.13
Customer wanted to save the output data in mmWave_People_Counting_GUI.exe. He set self.saveBinary=1 in oob_parser.py.
But it prompted below error message.
Missed Frames 0/1000
Saved data file 0
Point Cloud TLV Parser Failed
Point Cloud TLV Parser Failed
He wanted to know what's the function of below judgement code in oob_parser.py.
if (az >= 128):
print ('Az greater than 127')
az -= 256
if (elev >= 128):
print ('Elev greater than 127')
elev -= 256
if (doppler >= 32768):
print ('Doppler greater than 32768')
doppler -= 65536
Thanks
Rgds
Shine