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: People counting demo Qt Application

Part Number: IWR6843ISK

Hello everybody,

As I have mentioned in this https://e2e.ti.com/support/sensors-group/sensors/f/sensors-forum/1022467/iwr6843isk-people-counting-demo/3814588#3814588 I am getting the point cloud of detected persons. As mentioned in the documentation of people counting, a desktop application will pop up and we input the required fields. 

But I don't want this pop up application to appear. But I want oob_parser file to be executed for obtaining the point cloud.

Any help will be highly appreciated.

Thanks and Regards,

Aleena N A

  • Hello Aleena,

    I am not sure what you mean that a desktop application will pop up. I think you are referring to the visualizer that graphs the output. You can certainly modify the python code to disable the graph. It will probably be easiest to start a new gui_main.py equivalent that does not open the window. There is plenty of information for this available online, it should be general python. Support for making a custom interface application is outside the support of this forum. But you should still be able to call the oob_parser.py and just output to the console or save to a file. The file saving options are included in this file already.

    Regards,

    Jackson