Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

EyesPose.IsCalibrationValid Property

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Gets whether eye gaze has been calibrated for the current user in the headset.

public:
 property bool IsCalibrationValid { bool get(); };
bool IsCalibrationValid();
public bool IsCalibrationValid { get; }
var boolean = eyesPose.isCalibrationValid;
Public ReadOnly Property IsCalibrationValid As Boolean

Property Value

Boolean

bool

Whether eye gaze has been calibrated for the current user.

Windows requirements

Requirements Description
App capabilities
gazeInput

Remarks

If eye gaze is supported but has not been calibrated for the current user, the Gaze property will return null.

Applies to


Feedback

Was this page helpful?