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

Public Types

enum  ARCoreRequirement {
  DONT_USE ,
  OPTIONAL ,
  REQUIRED
}
 

Properties

ARCoreRequirement ARCoreRequirementSetting [get, set]
 Controls ARCore support setting in the Android Manifest of the app, see: https://developers.google.com/ar/develop/java/enable-arcore.
 
bool AutoImportArcoreSetting [get, set]
 Whether or not to automatically include the ARCore library in the application.
 
bool AutoInitAndStartTracker [get, set]
 Whether the tracker is automatically initialized and started in a new scene.
 
bool UseThirdPartySeethroughEyewear [get, set]
 Sets up Vuforia to allow additional, not officially supported Eyewear devices. Setting this option will disable video background rendering and will suppress device pose updates. Pose updates must be performed by the application instead.
 

Member Enumeration Documentation

◆ ARCoreRequirement

Enumerator
DONT_USE 

ARCore will not be used.

OPTIONAL 

ARCore will be used if the device has ARCore installed.

REQUIRED 

ARCore is required on the device for the app to run.

Property Documentation

◆ ARCoreRequirementSetting

ARCoreRequirement ARCoreRequirementSetting
getset

Controls ARCore support setting in the Android Manifest of the app, see: https://developers.google.com/ar/develop/java/enable-arcore.

◆ AutoImportArcoreSetting

bool AutoImportArcoreSetting
getset

Whether or not to automatically include the ARCore library in the application.

◆ AutoInitAndStartTracker

bool AutoInitAndStartTracker
getset

Whether the tracker is automatically initialized and started in a new scene.

◆ UseThirdPartySeethroughEyewear

bool UseThirdPartySeethroughEyewear
getset

Sets up Vuforia to allow additional, not officially supported Eyewear devices. Setting this option will disable video background rendering and will suppress device pose updates. Pose updates must be performed by the application instead.