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.

IWR6843AOP: About guiMonitor Config parameters(detectedObjects)

Part Number: IWR6843AOP
Other Parts Discussed in Thread: IWR6843

I'm using mmWave IWR6843.

I'm about the CLI command guiMonitor
I'm trying to understand.

About the parameter detectedObjects
please tell me.

--detectedObjects
if 1: Send list of detected objects (see @ref DPIF_PointCloudCartesian) and
side info (@ref DPIF_PointCloudSideInfo). \ N
if 2: Send list of detected objects only (no side info) \ n
if 0: Don't send anything * /

Is it possible to set a value of 3 or more?
Is it possible to detect only two dynamic objects?

  • Hello:

    The SDK User Guide describes all available CLI commands as well their corresponding parameters. It appears from your post that you have already looked at this piece of collateral. According to the user guide all values are supported, but only 0, 1, 2 will have a known effect that you have shared in your post. To do with how many objects in your scene that you can detect. These just inform the GUI Visualizer the kind of data it will receive. For every detected object in your scene you will will get a x,y,z,v ,where v is radial velocity, as well as side info (if you choose 1 as described above). With the OOB Demo there is no way by default to detect two objects. It is sensor, so if there are 3 objects in the scene which can be resolved they will appear as "objects". I hope this clears up some confusion.

    Best regards,

    Connor Desmond

  • collateral

    Thanks for your help