Use this to save a reference to the used tracking configuration (vl.-file) and to start tracking with the options: auto start, camera selection and external SLAM. More...
Inherits VLWorkerReferenceBehaviour.
Public Member Functions | |
void | StartTracking () |
void | ExtendTrackingWithSLAM (bool useSLAM) |
If SLAM (e.g. ARKit/ ARCore or internal SLAM) is enabled. Changes will take effect on the next tracking start. More... | |
Data Fields | |
Object | trackingConfiguration |
string | path = "" |
bool | autoStartTracking = false |
bool | extendTrackingWithSLAM = false |
bool | useInputSelection = false |
bool | showOnMobileDevices = false |
Additional Inherited Members | |
Protected Member Functions inherited from VLWorkerReferenceBehaviour | |
bool | InitWorkerReference () |
Initializes the workerBehaviour and worker member variables. More... | |
Protected Attributes inherited from VLWorkerReferenceBehaviour | |
VLWorkerBehaviour | workerBehaviour |
Reference to used VLWorkerBehaviour. More... | |
VLWorker | worker |
Use this to save a reference to the used tracking configuration (vl.-file) and to start tracking with the options: auto start, camera selection and external SLAM.
|
inline |
If SLAM (e.g. ARKit/ ARCore or internal SLAM) is enabled. Changes will take effect on the next tracking start.
|
inline |
bool VLTrackingConfiguration.autoStartTracking = false |
bool VLTrackingConfiguration.extendTrackingWithSLAM = false |
string VLTrackingConfiguration.path = "" |
bool VLTrackingConfiguration.showOnMobileDevices = false |
Object VLTrackingConfiguration.trackingConfiguration |
bool VLTrackingConfiguration.useInputSelection = false |