Public Member Functions | |
bool | DeinitTracker< T > () |
Deinitializes the tracker of the given type and frees any resources used by the tracker. Deinitializing a tracker must not be done when the CameraDevice is initialized or started. This function will return false if the tracker of the given type has not been initialized or if the CameraDevice is currently initialized. More... | |
StateManager | GetStateManager () |
Returns the state manager instance that can be used to access all currently tracked TrackableBehaviours More... | |
T | GetTracker< T > () |
Returns the instance of the given tracker type See the Tracker base class for a list of available tracker classes. This function will return null if the tracker of the given type has not been initialized. More... | |
T | InitTracker< T > () |
Initializes the tracker of the given type Initializing a tracker must not be done when the CameraDevice is initialized or started. This function will return null if the CameraDevice is currently initialized. More... | |
bool DeinitTracker< T > | ( | ) |
Deinitializes the tracker of the given type and frees any resources used by the tracker. Deinitializing a tracker must not be done when the CameraDevice is initialized or started. This function will return false if the tracker of the given type has not been initialized or if the CameraDevice is currently initialized.
Implemented in TrackerManager.
T | : | Tracker |
StateManager GetStateManager | ( | ) |
Returns the state manager instance that can be used to access all currently tracked TrackableBehaviours
Implemented in TrackerManager.
T GetTracker< T > | ( | ) |
Returns the instance of the given tracker type See the Tracker base class for a list of available tracker classes. This function will return null if the tracker of the given type has not been initialized.
Implemented in TrackerManager.
T | : | Tracker |
T InitTracker< T > | ( | ) |
Initializes the tracker of the given type Initializing a tracker must not be done when the CameraDevice is initialized or started. This function will return null if the CameraDevice is currently initialized.
Implemented in TrackerManager.
T | : | Tracker |