Contains eye tracking results of a single frame. It holds a state that defines
the quality of the current tracking and fine grained tracking details down to eye level.
Assembly: TETCSharpClient (in TETCSharpClient.dll) Version: 1.0.0.0 (1.0.0.0)
The GazeData type exposes the following members.
| Name | Description | |
|---|---|---|
| GazeData | Initializes a new instance of the GazeData class | |
| GazeData(String) | Initializes a new instance of the GazeData class | |
| GazeData(GazeData) | Initializes a new instance of the GazeData class |
| Name | Description | |
|---|---|---|
| Clone | ||
| Equals | (Overrides Object Equals(Object).) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToJson | ||
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| STATE_TRACKING_EYES |
Set when engine has detected eyes.
| |
| STATE_TRACKING_FAIL |
Set when tracking failed in the last process frame.
| |
| STATE_TRACKING_GAZE |
Set when engine is calibrated and glint tracking successfully.
| |
| STATE_TRACKING_LOST |
Set when tracking has failed consecutively over a period of time defined by engine.
| |
| STATE_TRACKING_PRESENCE |
Set when engine has detected either face, eyes or glint.
|
| Name | Description | |
|---|---|---|
| IsFixated |
Is user fixated in this frame?
| |
| LeftEye |
Left GazeEye object
| |
| RawCoordinates |
Raw gaze coordinates in pixels
| |
| RightEye |
Right GazeEye object
| |
| SmoothedCoordinates |
Smoothed gaze coordinates in pixels
| |
| State |
State of this frame. States can be extracted using the STATE_ mask constants.
| |
| TimeStamp |
Timestamp for this frame
| |
| TimeStampString |
Timestamp for this frame represented in String form
|