OpenXRAndroidFaceTrackingExtensionWrapper

Inherits: OpenXRExtensionWrapperExtension

Wraps the XR_ANDROID_face_tracking extension.

Description

Wraps the XR_ANDROID_face_tracking extension.

Methods

CalibrationState

get_face_calibration_state ( ) const


Enumerations

enum CalibrationState:

CalibrationState CALIBRATION_STATE_UNAVAILABLE = 0

Indicates that the calibration state could not be determined. This possibly due to required permissions not being granted.

CalibrationState CALIBRATION_STATE_UNCALIBRATED = 1

Indicates that face tracking is not calibrated.

CalibrationState CALIBRATION_STATE_CALIBRATED = 2

Indicates that face tracking is calibrated.


Method Descriptions

CalibrationState get_face_calibration_state ( ) const

Returns face tracking calibration state.

Applications can use the return value to optionally prompt the user to calibrate face tracking using settings app.