|
Tobii Pro SDK C API
|
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 |
Provides data for the tobii_research_eye_image_callback callback.
| 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.
| size_t TobiiResearchEyeImage::data_size |
Size in bytes of the data blob.
| int64_t TobiiResearchEyeImage::device_time_stamp |
The time stamp according to the eye tracker's internal clock.
| int TobiiResearchEyeImage::height |
The height in pixels for the eye image.
| int TobiiResearchEyeImage::left |
The left position in pixels for the eye image.
| int TobiiResearchEyeImage::padding_per_pixel |
The padding bits per pixel for the eye image.
| int TobiiResearchEyeImage::region_id |
The region id for the eye image.
| int64_t TobiiResearchEyeImage::system_time_stamp |
The time stamp according to the computer's internal clock.
| int TobiiResearchEyeImage::top |
The top position in pixels for the eye image.
| TobiiResearchEyeImageType TobiiResearchEyeImage::type |
The type of eye image.
| int TobiiResearchEyeImage::width |
The width in pixel for the eye image.