Skip to main content
Version: 20 Mar 2024

MLEyeTrackingStateEx

Public Methods

MLEyeTrackingStateEx Init

public static MLEyeTrackingStateEx Init()

Public Attributes

Error

Represents what eye tracking error (if any) is present.


public readonly uint Error;


true if left eye is inside a blink. When not wearing the device, values can be arbitrary.


public readonly bool LeftBlink;


LeftCenterConfidence

A quality metric confidence value 0.0 - 1.0 to indicate accuracy of left eye center.


public readonly float LeftCenterConfidence;


LeftEyeOpenness

Openness of the left eye Output is 0.0 - 1.0, with 0.0 being fully closed and 1.0 fully open.


public readonly float LeftEyeOpenness;


true if right eye is inside a blink. When not wearing the device, values can be arbitrary.


public readonly bool RightBlink;


RightCenterConfidence

A quality metric confidence value 0.0 - 1.0 to indicate accuracy of right eye center.


public readonly float RightCenterConfidence;


RightEyeOpenness

Openness of the right eye Output is 0.0 - 1.0, with 0.0 being fully closed and 1.0 fully open.


public readonly float RightEyeOpenness;


Timestamp

Timestamp for all the data fields in this struct


public readonly long Timestamp;


VergenceConfidence

A quality metric confidence value 0.0 - 1.0 to indicate accuracy of fixation.


public readonly float VergenceConfidence;


Version

Struct version


public readonly uint Version;