In all language bindings, some concepts are the same. This includes which coordinate systems are used, how time stamps are defined and how licenses are handled. In this section we have collected information that is useful no matter which language binding is used.
The primary output of any eye tracker is where the person in front of it is looking. However, how this is defined varies between brands. In this section, we define how it should be interpreted in the context of the Tobii Pro SDK. Read more...
Depending on your application, the requirements for how the gaze point and gaze origin is presented varies. Sometimes the most appropriate presentation is in 3D space while in others 2D is better. Because of this, the Tobii Pro SDK utilizes three different coordinate systems. Read more...
Another output from eye trackers available through the Tobii Pro SDK is the pupil diameter. In order to utilize this to its full potential, it is useful to know how it is defined by the Tobii Pro SDK. Read more...
Tobii eye trackers supply a raw unprocessed eye openness signal that lets you apply any post-processing or filter to meet a wide spectrum of different use cases. Read more...
In most applications, the data from the eye tracker needs to be coordinated with something else in order to be useful for analysis at a later stage. This can be when a stimuli was presented on the screen or when a specific event happened in another data source such as EEG or GSR. This is made possible by knowing how to interpret the Tobii Pro SDK timestamps and using its synchronization capabilities. Read more...
All gaze related data in the Tobii Pro SDK has its own validity codes. A validity code denotes how trustworthy the data received is, but what this means can vary between different kinds of data. Read more...
In order to get accurate and precise gaze data, it is very important that the eye tracker adapts the eye model it uses for the person in front of the eye tracker. This is done during the calibration procedure. Read more...
At Tobii we define an eye tracking mode as the combination of algorithms and handling of the eye tracking sensors that is optimized for a particular use case. Read more...
Most streams provided by the SDK uses a circular buffer to temporarily store data in order to prevent data loss. In the event of a stream buffer overflow, a notification is published by the SDK. This indicates that data loss might occur. Read more...
With the aim of unifying functionality of all Tobii eye trackers, we have moved communication with the Tobii Pro Spectrum from the Tobii Pro SDK code base to a separate runtime. Read more...