Other Parts Discussed in Thread: MMWAVE-SDK
I found the information of the limitation of maximum number of detected points, which is shown as follows:
#define DPC_OBJDET_MAX_NUM_OBJECTS 500U
(In SDK 3.1.0.2, there is no limitation in 3TX TDM MIMO scenario and the maximum number of detected objects is 500)
I used TI Demo Visualizer to show the 3D point cloud. I want to know whether the points which are filtered out by CFAR algorithm(CFAR Range threshold and Doppler Range threshold) belong to these 500 points (Dose they also take up memory?) or only the points shown in Scatter Plot will be count into these 500 points?