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.
There is a parameter in the Visualizer GUI called Points, which is described as the number of points detected in the current frame. Here Points refers to the number of points contained in the detected person or all the points obtained by the sensor. What we want to get is all the point cloud data obtained by the sensor. If the Points here refers to the point cloud contained by the detected person, how do we get all the point cloud data?
请按照下面的方法保存点云。
The output data from the mmWave sensor can be saved for future use in 2 ways: as a binary bitstream of the UART data, and as a csv file of the frame headers and TLVs.
To save either of these files, in oob_parser.py, set self.saveBinary and/or self.saveTextFile equal to 1, save the file, then run start the gui as described above. The output data will be recorded relative to the mmWave sensor, not rotated for world coordinates as the display is.
The output data will be recorded relative to the mmWave sensor, not rotated for world coordinates as the display is. 是所有的点云。