C# Класс ATUAV_RT.GazeDataConsolePrintHandler

GazeDataHandler that prints all events to console. When subscribed to fixation events, also prints them to console.
Наследование: GazeDataHandler
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
FixationEnd ( int time, int duration, int x, int y ) : void

Writes fixation data to console 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

GazeDataConsolePrintHandler ( SyncManager syncManager ) : System
GazeDataReceived ( object sender, GazeDataEventArgs e ) : void

Writes (X, Y) coordinate of gaze point to console 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

Описание методов

FixationEnd() публичный Метод

Writes fixation data to console 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 FixationEnd ( int time, int duration, int x, int y ) : void
time int
duration int
x int
y int
Результат void

GazeDataConsolePrintHandler() публичный Метод

public GazeDataConsolePrintHandler ( SyncManager syncManager ) : System
syncManager SyncManager
Результат System

GazeDataReceived() публичный Метод

Writes (X, Y) coordinate of gaze point to console 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
Результат void