All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Modules Pages
Loading...
Searching...
No Matches
VuforiaConfiguration.GenericVuforiaConfiguration Class Reference

Properties

CameraMode CameraDeviceMode [get, set]
 The mode used for camera capturing and video rendering.
 
FocusMode CameraFocusMode [get, set]
 The mode used for camera focus.
 
bool ContinuousModelTargetSearch [get, set]
 When enabled, Vuforia engine will continue to search for new advanced model targets, even after detecting one.
 
bool DelayedInitialization [get, set]
 If delayed initialization is enabled, the developer has to initialize Vuforia manually with VuforiaRuntime.InitVuforia.
 
string LicenseKey [get, set]
 The license key can only be changed before the first scene is loaded, e.g. with the RuntimeInitializeOnLoadMethod-attribute.
 
LogLevel LogLevel [get, set]
 The LogLevel for logging. Default value is LogLevel.ALL.
 
int MaxSimultaneousImageTargets [get, set]
 How many targets to detect and track at the same time.
 
bool ShareRecordingsInITunes [get, set]
 Whether to use the iOS functionality to share session recordings that were created using the SessionRecorder.
 
string Version [get, set]
 Version of the Vuforia Unity Extension.
 
float VirtualSceneScaleFactor [get, set]
 This factor configures how many Unity scene units correspond to one meter in the physical world. Poses reported by Vuforia will be transformed accordingly. Scene content will not be scaled. Note that on HoloLens and MagicLeap, a factor other than 1.0 is not supported.
 

Property Documentation

◆ CameraDeviceMode

CameraMode CameraDeviceMode
getset

The mode used for camera capturing and video rendering.

◆ CameraFocusMode

FocusMode CameraFocusMode
getset

The mode used for camera focus.

◆ ContinuousModelTargetSearch

bool ContinuousModelTargetSearch
getset

When enabled, Vuforia engine will continue to search for new advanced model targets, even after detecting one.

◆ DelayedInitialization

bool DelayedInitialization
getset

If delayed initialization is enabled, the developer has to initialize Vuforia manually with VuforiaRuntime.InitVuforia.

◆ LicenseKey

string LicenseKey
getset

The license key can only be changed before the first scene is loaded, e.g. with the RuntimeInitializeOnLoadMethod-attribute.

◆ LogLevel

The LogLevel for logging. Default value is LogLevel.ALL.

◆ MaxSimultaneousImageTargets

int MaxSimultaneousImageTargets
getset

How many targets to detect and track at the same time.

This setting affects image, cylinder and multi targets

◆ ShareRecordingsInITunes

bool ShareRecordingsInITunes
getset

Whether to use the iOS functionality to share session recordings that were created using the SessionRecorder.

◆ Version

string Version
getset

Version of the Vuforia Unity Extension.

◆ VirtualSceneScaleFactor

float VirtualSceneScaleFactor
getset

This factor configures how many Unity scene units correspond to one meter in the physical world. Poses reported by Vuforia will be transformed accordingly. Scene content will not be scaled. Note that on HoloLens and MagicLeap, a factor other than 1.0 is not supported.