Tobii Pro SDK C API
|
Data Fields | |
int64_t | device_time_stamp |
int64_t | system_time_stamp |
TobiiResearchEyeImageType | type |
int | camera_id |
size_t | image_size |
void * | image_data |
Provides data for the tobii_research_eye_image_as_gif_callback callback.
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.
void* TobiiResearchEyeImageGif::image_data |
The GIF image data.
size_t TobiiResearchEyeImageGif::image_size |
Size in bytes of the image data.
int64_t TobiiResearchEyeImageGif::system_time_stamp |
The time stamp according to the computer's internal clock.
TobiiResearchEyeImageType TobiiResearchEyeImageGif::type |
The type of eye image.