Tobii Pro SDK Python API
tobii_research.EyeImageData Class Reference

Provides data for the eye image callback. More...

Inherits object.

Data Fields

 device_time_stamp
 Gets the time stamp according to the eye tracker's internal clock.
 
 system_time_stamp
 Gets the time stamp according to the computer's internal clock.
 
 camera_id
 Gets which camera generated the image.
 
 top
 Gets the top position in pixels for the eye image.
 
 left
 Gets the left position in pixels for the eye image.
 
 region_id
 Gets the region id for the eye image.
 
 image_type
 Gets the type of eye image as a string. More...
 
 image_data
 Gets the image data sent by the eye tracker in GIF format.
 

Detailed Description

Provides data for the eye image callback.

You will get an object of this type to the callback you supply in EyeTracker.subscribe_to with EYETRACKER_EYE_IMAGES.

Field Documentation

tobii_research.EyeImageData.image_type

Gets the type of eye image as a string.

Valid values are EYE_IMAGE_TYPE_FULL and EYE_IMAGE_TYPE_CROPPED.