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

Provides data for the EyeImageRawReceived event. More...

Inheritance diagram for Tobii.Research.EyeImageRawEventArgs:

Properties

int BitsPerPixel [get]
 Gets the bits per pixel for the eye image. More...
 
int PaddingBitsPerPixel [get]
 Gets the padding bits per pixel for the eye image. More...
 
int Width [get]
 Gets the width in pixel for the eye image. More...
 
int Height [get]
 Gets the height in pixels for the eye image. More...
 
EyeImageType ImageType [get]
 Gets the type of eye image. More...
 
int RegionId [get]
 Gets the region ID of the eye image. More...
 
int Top [get]
 Gets the top position in pixels of eye image. More...
 
int Left [get]
 Gets the left position in pixels of eye image. More...
 
int CameraId [get]
 Gets which camera generated the image. More...
 
byte[] ImageData [get]
 Gets the raw image data. 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 EyeImageRawReceived event.

Property Documentation

int Tobii.Research.EyeImageRawEventArgs.BitsPerPixel
get

Gets the bits per pixel for the eye image.

int Tobii.Research.EyeImageRawEventArgs.CameraId
get

Gets which camera generated the image.

long Tobii.Research.EyeImageRawEventArgs.DeviceTimeStamp
get

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

int Tobii.Research.EyeImageRawEventArgs.Height
get

Gets the height in pixels for the eye image.

byte [] Tobii.Research.EyeImageRawEventArgs.ImageData
get

Gets the raw image data.

EyeImageType Tobii.Research.EyeImageRawEventArgs.ImageType
get

Gets the type of eye image.

int Tobii.Research.EyeImageRawEventArgs.Left
get

Gets the left position in pixels of eye image.

int Tobii.Research.EyeImageRawEventArgs.PaddingBitsPerPixel
get

Gets the padding bits per pixel for the eye image.

int Tobii.Research.EyeImageRawEventArgs.RegionId
get

Gets the region ID of the eye image.

long Tobii.Research.EyeImageRawEventArgs.SystemTimeStamp
get

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

int Tobii.Research.EyeImageRawEventArgs.Top
get

Gets the top position in pixels of eye image.

int Tobii.Research.EyeImageRawEventArgs.Width
get

Gets the width in pixel for the eye image.