Hi, I want to modify the gtrack algorithm, but I find the algorithm is used by lib. So how can I do to recompile the algorithm. Thanks!
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.
Hi, I want to modify the gtrack algorithm, but I find the algorithm is used by lib. So how can I do to recompile the algorithm. Thanks!
Hello,
The source code for the gtrack algorithm is located in the sdk at C:\ti\mmwave_sdk_03_01_01_02\packages\ti\alg\gtrack.
To build the gtrack module (as well as the SDK or other modules), please refer to the mmwave_sdk_user_guide located in the docs folder of the mmWave SDK
1) Please follow the instructions in section 4. 5. 2. Setting up build environment
2) Then follow the instructions in 4. 5. 3. Building demo but instead of building the mmw demo navigate to the above gtrack src path and build the library.
Amanda