EyesPose.IsCalibrationValid Property
Definition
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
Whether eye gaze has been calibrated for the current user.
Windows 10 requirements
App capabilities |
gazeInput
|
Remarks
If eye gaze is supported but has not been calibrated for the current user, the Gaze property will return null.