C# Class ATUAV_RT.GazeDataFixationHandler

GazeDataHandler that detects fixations. GazeDataReceived method must be subscribed to gaze data events for fixations to be detected. Fixation start, update and end events can be subscribed to through the FixationDetector property. FixDetector written by Oleg Špakov at the University of Tampere in Tampere, Finland. http://www.sis.uta.fi/~csolsp/projects.php Documentation available through download link above.
Inheritance: GazeDataHandler
Show file Open project: ATUAV/ATUAV Class Usage Examples

Public Methods

Method Description
GazeDataFixationHandler ( SyncManager syncManager ) : System

Initializes default fixation detector to Tobii Studio default **TODO** Analyzer = EFDAnalyzer.fdaFixationSize Filter = EFDFilter.fdfAveraging

GazeDataReceived ( object sender, GazeDataEventArgs e ) : void

Forwards 2D gaze points to fixation detector. Gaze points are only forwarded if CPU and Eyetracker clocks are synchronized. Detailed explanation of synchronization available in Tobii SDK 3.0 Developer Guide. http://www.tobii.com/Global/Analysis/Downloads/User_Manuals_and_Guides/Tobii%20SDK%203.0%20Release%20Candidate%201%20Developers%20Guide.pdf

Method Details

GazeDataFixationHandler() public method

Initializes default fixation detector to Tobii Studio default **TODO** Analyzer = EFDAnalyzer.fdaFixationSize Filter = EFDFilter.fdfAveraging
public GazeDataFixationHandler ( SyncManager syncManager ) : System
syncManager SyncManager
return System

GazeDataReceived() public method

Forwards 2D gaze points to fixation detector. Gaze points are only forwarded if CPU and Eyetracker clocks are synchronized. Detailed explanation of synchronization available in Tobii SDK 3.0 Developer Guide. http://www.tobii.com/Global/Analysis/Downloads/User_Manuals_and_Guides/Tobii%20SDK%203.0%20Release%20Candidate%201%20Developers%20Guide.pdf
public GazeDataReceived ( object sender, GazeDataEventArgs e ) : void
sender object
e GazeDataEventArgs
return void