Lists the different states of object tracking. More...
Lists the different states of object tracking.
Enumerator | |
---|---|
OFF | The tracking is not yet initialized. The object id is not usable. |
OK | The object is tracked. |
SEARCHING | The object could not be detected in the image and is potentially occluded. The trajectory is estimated. |
TERMINATE | This is the last searching state of the track. The track will be deleted in the next sl.Camera.retrieve_objects(). |