Tobii Pro SDK Unity API
Tobii.Research.EyeImageEventArgs Class Reference

Provides data for the EyeImageReceived event. More...

Inheritance diagram for Tobii.Research.EyeImageEventArgs:

Properties

EyeImageType ImageType [get]
 Gets the type of eye image. More...
 
int CameraId [get]
 Gets which camera generated the image. More...
 
Stream ImageStream [get]
 Gets the bitmap data sent by the eye tracker, that can be converted to several image formats. More...
 
long DeviceTimeStamp [get]
 Gets the time stamp in microseconds according to the eye tracker's internal clock. More...
 
long SystemTimeStamp [get]
 Gets the time stamp in microseconds according to the computer's internal clock. More...
 

Detailed Description

Provides data for the EyeImageReceived event.

Property Documentation

int Tobii.Research.EyeImageEventArgs.CameraId
get

Gets which camera generated the image.

long Tobii.Research.EyeImageEventArgs.DeviceTimeStamp
get

Gets the time stamp in microseconds according to the eye tracker's internal clock.

Stream Tobii.Research.EyeImageEventArgs.ImageStream
get

Gets the bitmap data sent by the eye tracker, that can be converted to several image formats.

EyeImageType Tobii.Research.EyeImageEventArgs.ImageType
get

Gets the type of eye image.

long Tobii.Research.EyeImageEventArgs.SystemTimeStamp
get

Gets the time stamp in microseconds according to the computer's internal clock.