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.

IWRL6432AOPEVM: IWRL6432AOPEVM Monitor

Part Number: IWRL6432AOPEVM

Tool/software:

Hi Engineer,

I have a question related to the Monitor,  .

My board is IWRL6432AOPEVM, I am trying to run motion-presence detection demon on CCS, but however I want to print point cloud data on the console, should I set up the monitor?

Also I have 1. Monitor.cfg file contains all the commands from the above picture. 2. I changed ENABLE_MONITORS to 1. I dont know how to set this one: gMmwMssMCB.rfMonRes .

What should I do with the monitor if I want to run it to see the result, instead of visualizer?

Best regards,

Shuo

  • Hello Shuo.

    You don't need the monitor to print out the point cloud data on the console.  You can just use a System_printf() to print it out.  However, there is a latency with this operation so it may not print out the data immediately and what you see may not reflect what is seen by the sensor at that timestamp.  If you want to have the results in a format that you can parse offline, you can save the data while running it on the visualizer and look through the data that way.

    Sincerely,

    Santosh