GazeData ClassC# SDK for The Eye Tribe Tracker
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.
Inheritance Hierarchy
System Object
  TETCSharpClient.Data GazeData

Namespace: TETCSharpClient.Data
Assembly: TETCSharpClient (in TETCSharpClient.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class GazeData

The GazeData type exposes the following members.

Constructors
  NameDescription
Public methodGazeData 
Initializes a new instance of the GazeData class
Public methodGazeData(String)
Initializes a new instance of the GazeData class
Public methodGazeData(GazeData)
Initializes a new instance of the GazeData class
Top
Methods
  NameDescription
Public methodClone
Public methodEquals (Overrides Object Equals(Object).)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToJson
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldStatic memberSTATE_TRACKING_EYES
Set when engine has detected eyes.
Public fieldStatic memberSTATE_TRACKING_FAIL
Set when tracking failed in the last process frame.
Public fieldStatic memberSTATE_TRACKING_GAZE
Set when engine is calibrated and glint tracking successfully.
Public fieldStatic memberSTATE_TRACKING_LOST
Set when tracking has failed consecutively over a period of time defined by engine.
Public fieldStatic memberSTATE_TRACKING_PRESENCE
Set when engine has detected either face, eyes or glint.
Top
Properties
  NameDescription
Public propertyIsFixated
Is user fixated in this frame?
Public propertyLeftEye
Left GazeEye object
Public propertyRawCoordinates
Raw gaze coordinates in pixels
Public propertyRightEye
Right GazeEye object
Public propertySmoothedCoordinates
Smoothed gaze coordinates in pixels
Public propertyState
State of this frame. States can be extracted using the STATE_ mask constants.
Public propertyTimeStamp
Timestamp for this frame
Public propertyTimeStampString
Timestamp for this frame represented in String form
Top
See Also