Good day!
I have a question about single dot traking engine. For example, i need to get coodrinates of all object`s in frame - i must to get rank of object and if it equal 1 - this object tracked, but if need to get next object coordinates? I must to do ResetTrackedObject or i can simply get object data without condition ObjectRank=1? And that`s in principel i must to work with more then 1 object in frame.
Tnx!
Dot traking
Re: Dot traking
It is not necessary to filter by Rank=1 or to use ResetTrackedObject, instead you can just iterate through all of the Tracked Objects in the Frame and read their coordinate data. This will allow you to read the position of every object that is visible to the camera.