I want to get some data from online mmWave Demo Visualizer . I could download the data ,but I can't understand the form of the data and process it to point cloud.
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.
I want to get some data from online mmWave Demo Visualizer . I could download the data ,but I can't understand the form of the data and process it to point cloud.
Hello,
If you are using the data logging feature of the visualizer it is capturing the UART stream exactly as received from the device. You can parse it by referencing the TLV structure in the OOB demo documentation.
The mmWave Demo Visualizer record function logs the UART byte stream exactly as received. Therefore, please refer to the section "Output information sent to host" of the doxygen of the demo for details on the UART stream (file:///C:/ti/mmwave_sdk_03_00_00_08/packages/ti/demo/xwr68xx/mmw/docs/doxygen/html/index.html)
Amanda