I am using the IWR6843ISK EVM and I have flashed the 3D people counting bin image into it having a distance range of 14m. I am able to visualize the number of people within 14m using the demo visualizer.
My requirement is to send the number of people detected in the frame information into the cloud. I am also able to read the stream of UART data send by the EVM and tried to decode it as per the TLV data format mentioned in the user guide. But how to calculate the number of people in the scene from the point cloud information? Is the object classification (detecting objects such as human beings from the point cloud information) algorithm already running in the DSP of the IWR6843? If yes, then is that information transmitted in the UART? This will be ideal for me because in this case I just need to know how to decode the UART data stream to count number of people.
My goal/requirement is to send the number of people detected in the frame information to the cloud. Please help.
Thanks and Regards,
Sritam Paltasingh.