All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Loading...
Searching...
No Matches
VuDevicePoseConfig Struct Reference

Public Attributes

VuBool activate
 Observer activation.
 
VuBool staticMode
 Observer mode.
 

Detailed Description

Configuration for creating a Device Pose observer.

Member Data Documentation

◆ activate

VuBool activate

Observer activation.

Note
The default value is VU_TRUE.

◆ staticMode

VuBool staticMode

Observer mode.

Activate static usage mode of the Device Pose: in this case the pose will be set to identity. You can change that after creation by calling vuDevicePoseObserverSetStaticMode().

Note
The default value is VU_FALSE.
When static mode is on, this configures the Device Pose for statically mounted devices, e.g. a mobile device on a tripod looking at an object. In such a scenario, standard Vuforia Fusion tracking will not succeed to initialize for lack of movement. Use the staticMode in this setting to configure the device tracker to return static poses to stabilize tracking e.g. in case of the object being occluded.