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.

IWR6843ISK: IWR6863

Part Number: IWR6843ISK

Hi,

I am using IWR6843ISK, for people counting with Sense_and_Direct_HVAC_Control. I was looking through gui_main.py and from my understanding, numPoints refers to all the detected points within the boundary box. I was wondering if it is possible to find the number of points in a specific area within the boundary box.

  • Hello,

    This can be done in the GUI, as the XY data for the points is given. It could also be added in a function on the device. This feature does not exist currently but is simple to implement. Please either look at the example visualizer code to see how the points are plotted, or look in the source code to add a zone. You will need to use the XY data of the pointcloud.

    Regards,

    Jackson