Hey there,
I am Sander De Stercke Soft and Hardware engineer.
I am experimenting with the 3D People Counting Demo.
I have a decent understanding of how the module and data output works.
I am able to parse all data the module provides using python in dictionaries.
However after getting the data I am a bit confused on how to use the data to get tracking like the one in the demo visualiser.
I would like the tracking of this video/GIF:
link: https://dev.ti.com/tirex/explore/node?node=A__ANL8AwYMp.Qo2i.UiR1E3A__radar_toolbox__1AslXXD__LATEST
That means i want just one X Y Z coordinate of the tracked object and it saves that location until it starts moving again.
output of the python dictionaries:
Index is the Target index TLV but don really know what to do with it.
IDS is the track ID in the Target List TLV.
In the user guide i get this information about the data:
I dont really know how to use this info. And dont really understand the covariance matrix either and why it takes in so much space (64 Bytes).
Thanks in advance,
Sander De Stercke