OpenXRAndroidFaceTrackingExtensionWrapper
Inherits: OpenXRExtensionWrapperExtension
Wraps the XR_ANDROID_face_tracking extension.
Description
Wraps the XR_ANDROID_face_tracking extension.
Methods
get_face_calibration_state ( ) const |
Enumerations
enum CalibrationState:
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.