Hi,
I would like to know what the easiest way is to print to the sensor console the output from the sensor. For example, say I have a few detections in the message body for point cloud data, how do I view this in the console to get a sense of what the output is. I have seen the documentation for debugging using the System_printf, however its not very intuitive how this applies when you have buffered streams of object detections. I am using the vital signs demo as my reference, I will appreciate if the response given can be provided based on this. Basically, I believe that the data from the sensor is processed in the method called MmwDemo_mboxReadTask. Thanks.