Hello.
When tracking is done with "tm_play", "mIndex" is returned as the result of the step process.
When tracking in PC mode, mIndex value of tracking start frame is wrong.
---------------------------------
1. Start tm_play
2. fHist file select the following
C:\ti\mmwave_industrial_toolbox_2_4_0\labs\lab0013_traffic_monitoring_16xx\gui\sample_fhist\fHistRT_0001.mat
3. Select "PC" in Replay mode
4. Select the following for the config file
C:\ti\mmwave_industrial_toolbox_2_4_0\labs\lab0013_traffic_monitoring_16xx\chirp_configs\mmw_tm_demo_ph2.cfg
5. Enter "-5, 0, 4" in "Other Mandatory Parameters"
6. Press the start button
---------------------------------
Tracking is done for the first time in the 29th frame.
At this time, mIndex returned from step processing is [0, 0, 0, 0, 0].
The mIndex contains the tracking number, but the value 0 is invalid (because it starts with 1).
From the 30th frame, 1 is entered for mIndex.
I think there may be a problem with trackModule.m or trackUnit.m.
I want to acquire mIndex correctly.
How can I fix it?
Thanks.