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
 

Detailed Description

Provides data for the tobii_research_eye_image_as_gif_callback callback.

Examples:
eye_images_as_gif.c.

Field Documentation

int TobiiResearchEyeImageGif::camera_id

The source/which camera that generated the image.

int64_t TobiiResearchEyeImageGif::device_time_stamp

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

Examples:
eye_images_as_gif.c.
void* TobiiResearchEyeImageGif::image_data

The GIF image data.

Examples:
eye_images_as_gif.c.
size_t TobiiResearchEyeImageGif::image_size

Size in bytes of the image data.

Examples:
eye_images_as_gif.c.
int64_t TobiiResearchEyeImageGif::system_time_stamp

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

TobiiResearchEyeImageType TobiiResearchEyeImageGif::type

The type of eye image.