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.

IWR1642BOOST: I want to display stopped item,people and wall(wood) with moving people on the screen of pplcount_gui.exe.

Part Number: IWR1642BOOST

Hi,

Using the following, I have made a program to bring LEDs together,
if there are people moving within a certain range.

mmwave_industrial_toolbox_2_2_0
lab0011-pplcount
mmwave_sdk_01_01_00_02
BORD:IWR1642BOOT


At this time, I would like to do the following, is it possible?
・ I want to display suspended objects (wooden walls) on a Point Cloud together with moving people.

I already tried the following method, but there were no walls, people, things stopped on the screen of pplcount_gui.exe.

[1].With mmw Demo Visializer, disable "clutterRemoval" "peakGrouping",I Create a cfg file.
[2].Apply the created cfg file to pplcount_gui.exe.
    Some parameters have been modified according to lab0011 - pplcount default file.
   (adcbufCfg,profileCfg,frameCfg,cfarCfg,doaCfg,trackingCfg)

[3].There are many points on the screen, but unlike the mmw Demo Visializer, there are no ones that are stopped.
[4].I already referred to the following.
  -IWR1443BOOST: Detecting Wall Profiles
  e2e.ti.com/.../678983

  -IWR1642BOOST: Detection of a wall
  e2e.ti.com/.../633326

       TI Resource Explorer の中のVery Fine Motion Detection Experiment
       dev.ti.com/.../

       dev.ti.com/.../

  mmwave_sdk_user_guide.pdf(Version 1.1)

  • Hello,

                If I  understand correctly the objective is to localize the suspended objects like Wooden pillars. For this you are using the OOB demo cfg file with static clutter removal disabled on people counting lab.

    But, people counting Data processing chain is entirely different than the OOB demo chain. Hence the cfg cannot be used here in people count demo. Also the people counting demo application relies heavily on the Doppler component of the object. And due to static clutter removal feature being the base to the  entire data processing to reduce the clutter, static objects like suspended objects like wooden walls wont be detected or be part of the point cloud.

      Unfortunately,  with people counting Demo application displaying static as well as moving objects is not possible

    regards

    AK

  • Hellow.

    Thank you very match.
    It is a little disappointing,I will study and search another TI sample program ,on another way.

    regards