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
 
int region_id
 
int top
 
int left
 

Detailed Description

Provides data for the tobii_research_eye_image_callback callback.

Examples
eye_images.c.

Field Documentation

◆ bits_per_pixel

int TobiiResearchEyeImage::bits_per_pixel

The bits per pixel for the eye image.

◆ camera_id

int TobiiResearchEyeImage::camera_id

The source/which camera that generated the image.

◆ data

void* TobiiResearchEyeImage::data

The data blob sent by the eye tracker.

Examples
eye_images.c.

◆ data_size

size_t TobiiResearchEyeImage::data_size

Size in bytes of the data blob.

Examples
eye_images.c.

◆ device_time_stamp

int64_t TobiiResearchEyeImage::device_time_stamp

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

Examples
eye_images.c.

◆ height

int TobiiResearchEyeImage::height

The height in pixels for the eye image.

Examples
eye_images.c.

◆ left

int TobiiResearchEyeImage::left

The left position in pixels for the eye image.

◆ padding_per_pixel

int TobiiResearchEyeImage::padding_per_pixel

The padding bits per pixel for the eye image.

◆ region_id

int TobiiResearchEyeImage::region_id

The region id for the eye image.

◆ system_time_stamp

int64_t TobiiResearchEyeImage::system_time_stamp

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

◆ top

int TobiiResearchEyeImage::top

The top position in pixels for the eye image.

◆ type

TobiiResearchEyeImageType TobiiResearchEyeImage::type

The type of eye image.

◆ width

int TobiiResearchEyeImage::width

The width in pixel for the eye image.

Examples
eye_images.c.