Tobii Pro SDK C API
TobiiResearchEyeImage Struct Reference

Data Fields

int64_t device_time_stamp
 
int64_t system_time_stamp
 
int bits_per_pixel
 
int padding_per_pixel
 
int width
 
int height
 
TobiiResearchEyeImageType type
 
int camera_id
 
size_t data_size
 
void * data
 

Detailed Description

Provides data for the tobii_research_eye_image_callback callback.

Examples:
eye_images.c.

Field Documentation

int TobiiResearchEyeImage::bits_per_pixel

The bits per pixel for the eye image.

int TobiiResearchEyeImage::camera_id

The source/which camera that generated the image.

void* TobiiResearchEyeImage::data

The data blob sent by the eye tracker.

Examples:
eye_images.c.
size_t TobiiResearchEyeImage::data_size

Size in bytes of the data blob.

Examples:
eye_images.c.
int64_t TobiiResearchEyeImage::device_time_stamp

The time stamp according to the eye tracker's internal clock.

Examples:
eye_images.c.
int TobiiResearchEyeImage::height

The height in pixels for the eye image.

Examples:
eye_images.c.
int TobiiResearchEyeImage::padding_per_pixel

The padding bits per pixel for the eye image.

int64_t TobiiResearchEyeImage::system_time_stamp

The time stamp according to the computer's internal clock.

TobiiResearchEyeImageType TobiiResearchEyeImage::type

The type of eye image.

int TobiiResearchEyeImage::width

The width in pixel for the eye image.

Examples:
eye_images.c.