Hello,
I am investigating gtrack algorithm of people count demo of "mmwave_industrial_toolbox_3_4_0\labs\lab0020_pplcount_Overhead".
Looking inside the source code located under "mmwave_industrial_toolbox_3_4_0\labs\lab0020_pplcount_Overhead\src\common\gtrack" folder, I can find "gtrack_log" function in many places.
However, I have no idea where this function outputs the log...
Could you please guide me how to get and read debug logs which "gtrack_log" function outputs?
By the way, I build the gtrack library and people count demo(ods_pplcount_lab_68xx.bin) in the following way.
1. Copy "mmwave_industrial_toolbox_3_4_0\labs\lab0020_pplcount_Overhead\src\common\gtrack" folder to "ti\mmwave_sdk_03_01_01_02\packages\ti\alg" folder.
2. Change directory to the copied folder in step 1 and execute setenv.bat.
3. Execute "gmake gtracklib3d" command in the current directory. (lines 13,14 in makefile must be commented out to avoid compile error.)
-> "libgtrack3D.ae674" and "libgtrack3D.aer4f" will be built.
4. Copy these two files to "mmwave_industrial_toolbox_3_4_0\labs\lab0020_pplcount_Overhead\src\common\gtrack\lib" folder.
5. Open "ods_pplcount_dss_xwr68xx" and "ods_pplcount_mss_xwr68xx" projects with CCS.
6. Build DSS and MSS projects.
-> "ods_pplcount_lab_68xx.bin" will be build.
If there is any mistake in building procedures and it makes debug log unable to get , please tell me so.
Thank you.