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.

IWR6843AOPEVM: People tracking software calculation in software

Part Number: IWR6843AOPEVM
Other Parts Discussed in Thread: IWR6843AOP

Hi ,

I am recently bought the IWR6843AOPEVM board and i am new to this board 

I need to track the people and fall detection for this i am using the ti sdk example  C:\ti\radar_toolbox_4_00_00_05\source\ti\examples\Industrial_and_Personal_Electronics\People_Tracking\3D_People_Tracking   

and using industrial visualizer for set the people configuration and tracking the people

I need some modificarion sin the calculations 

I am using the cc studio and i import the 3d people tracking sample in that i have the doubt there is 2 project files inside mss and dss 

I need some clarification and which file contains the radar people tracking calculation.

 

  • Hi Sibi,

    The IWR6843AOP has two independent processing cores - an R4F core that manages the device (the MSS file), and an C674x core that is dedicated for DSP and uses the DSS file. There are two files inside the demo folder to flash each of the cores of the device, and both are needed. 

    Please refer to the following guide for getting the project set up in CCS: 3D People Tracking - Developer's Guide

    Best,

    Josh

  • Hi Josh Deardorff,

    Thanks for your reply 

    I have another question the calculation and the presence boundary box is done in the IWR6843AOPEVM or the presence boundary box is created in Industrial visualizer?

    If the presence boundary box and fall detection  process is done in the Industrial visualizer then is it possible to do all the things in the IWR6843AOPEVM instead of the industrial visualizer calculations?

  • Hi Sibi,

    All processing for presence and boundary box calculation occurs on the IWR6843AOP. The size and position of the box, along with some additional parameters, are sent by the device over UART to the Industrial Visualizer. The visualizer is a tool that plots those boxes to help evaluate the device performance.

    Best,

    Josh