documentation

VLTrackingCameraBehaviour Class Reference

Camera used for rendering the augmentation. More...

Inherits VLWorkerReferenceBehaviour.

Public Types

enum  CoordinateSystemAdjustment { CoordinateSystemAdjustment.SingleModelTracking, CoordinateSystemAdjustment.MultiModelTracking }
 

Data Fields

CoordinateSystemAdjustment coordinateSystemAdjustment = CoordinateSystemAdjustment.SingleModelTracking
 
int backgroundLayer = 8
 Layer with the camera image background. More...
 
- Data Fields inherited from VLWorkerReferenceBehaviour
VLWorkerBehaviour workerBehaviour
 Reference to used VLWorkerBehaviour. More...
 

Additional Inherited Members

- Protected Member Functions inherited from VLWorkerReferenceBehaviour
bool InitWorkerReference ()
 Initializes the workerBehaviour and worker member variables. More...
 
- Protected Attributes inherited from VLWorkerReferenceBehaviour
VLWorker worker
 

Detailed Description

Camera used for rendering the augmentation.

Member Enumeration Documentation

◆ CoordinateSystemAdjustment

Enumerator
SingleModelTracking 
MultiModelTracking 

Field Documentation

◆ backgroundLayer

int VLTrackingCameraBehaviour.backgroundLayer = 8

Layer with the camera image background.

This layer will not be rendered by the tracking camera.

◆ coordinateSystemAdjustment

CoordinateSystemAdjustment VLTrackingCameraBehaviour.coordinateSystemAdjustment = CoordinateSystemAdjustment.SingleModelTracking