C API Unity API
C API Reference (Version 10.22.5)
VuDevicePoseConfig Struct Reference

Detailed Description

Configuration for creating a Device Pose observer.

Public Attributes

VuBool activate
 Observer activation. More...
 
VuBool staticMode
 Observer mode. More...
 

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.