Tobii Pro SDK C API
TobiiResearchEyeImageGif Struct Reference

Data Fields

int64_t device_time_stamp
 
int64_t system_time_stamp
 
TobiiResearchEyeImageType type
 
int camera_id
 
size_t image_size
 
void * image_data
 
int region_id
 
int top
 
int left
 

Detailed Description

Provides data for the tobii_research_eye_image_as_gif_callback callback.

Examples
eye_images_as_gif.c.

Field Documentation

◆ camera_id

int TobiiResearchEyeImageGif::camera_id

The source/which camera that generated the image.

◆ device_time_stamp

int64_t TobiiResearchEyeImageGif::device_time_stamp

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

Examples
eye_images_as_gif.c.

◆ image_data

void* TobiiResearchEyeImageGif::image_data

The GIF image data.

Examples
eye_images_as_gif.c.

◆ image_size

size_t TobiiResearchEyeImageGif::image_size

Size in bytes of the image data.

Examples
eye_images_as_gif.c.

◆ left

int TobiiResearchEyeImageGif::left

The left position in pixels for the eye image.

◆ region_id

int TobiiResearchEyeImageGif::region_id

The region id for the eye image.

◆ system_time_stamp

int64_t TobiiResearchEyeImageGif::system_time_stamp

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

◆ top

int TobiiResearchEyeImageGif::top

The top position in pixels for the eye image.

◆ type

TobiiResearchEyeImageType TobiiResearchEyeImageGif::type

The type of eye image.