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.
Hi,
Is there any C code to parse the UART data from the C:\ti\mmwave_industrial_toolbox_4_10_1\labs\People_Counting\3D_People_Counting\prebuilt_binaries\3D_people_count_68xx_demo.bin demo?
Regards,
-Mike
Hi Mike,
The Industrial Visualizer does this in python. Is that sufficient?
Best,
Nate
Hi Nathan,
I'm tried looking at the python code but I don't work with python. I'm using the CSV from the same capture as verification for parsing the data. I can get the five points of data but then there is some data underlined in red that I'm not sure of before the next frame header.
Regards,
-Mike
I think I got it. It looks like the next tlv header of type MMWDEMO_OUTPUT_PRESENCE_IND with a 32-bit value.
Am I correct in assuming the 3D_people_count_68xx_demo.bin will only have the following TLV Header Types: POINT CLOUD, TARGET LIST, TARGET INDEX or PRESENCE INDICATION.
Hi Mike,
If you look in the CCS code you can see all the different output messages enabled in the demo. If you look in the MmwDemo_uartTxTask in mss_main.c, you'll see targetHeightLength is also included.
Best,
Nate