Tobii Pro SDK Unity API
|
Provides data for the EyeImageRawReceived event. More...
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... | |
Provides data for the EyeImageRawReceived event.
|
get |
Gets the bits per pixel for the eye image.
|
get |
Gets which camera generated the image.
|
get |
Gets the time stamp in microseconds according to the eye tracker's internal clock.
|
get |
Gets the height in pixels for the eye image.
|
get |
Gets the raw image data.
|
get |
Gets the type of eye image.
|
get |
Gets the left position in pixels of eye image.
|
get |
Gets the padding bits per pixel for the eye image.
|
get |
Gets the region ID of the eye image.
|
get |
Gets the time stamp in microseconds according to the computer's internal clock.
|
get |
Gets the top position in pixels of eye image.
|
get |
Gets the width in pixel for the eye image.