Part Number: IWR1642
Hi.
Can you introduce the functions of TrackingCFG?
In addition, it is necessary to introduce the meaning of(TrackingCFG) 1 1 250 20 75 470 50 88.
The meaning of this command is not found in The documentation.
Thank you
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.
Part Number: IWR1642
Hi.
Can you introduce the functions of TrackingCFG?
In addition, it is necessary to introduce the meaning of(TrackingCFG) 1 1 250 20 75 470 50 88.
The meaning of this command is not found in The documentation.
Thank you
Hi Jh,
The tracker config command works as follows:
TrackingCFG 1 1 250 20 75 470 50 88
<enable> <paramSet> <numPoints> <numTracks> <maxVel> <velRes> <framePeriod> <azimuthTilt>
enable - tracker on/off
paramset - do not change
numPoints - max number of points to input to tracker
numTracks - max num of tracks tracker can track
maxVel - maximum expected velocity of a tracked target
velRes - expected velocity resolution
framePeriod - frame period, should be the same as frame period in frameCfg
azimuthTilt - Tilt of the device with respect to the backwall, typically ignored in outdoor use cases
You can see how these values are used in tracker_utils.c
Regards,
Justin