Tobii Pro SDK Python API
|
Provides data for external signal. More...
Inherits object.
Data Fields | |
value | |
Gets the value of the external signal port on the eye tracker (on supported models). | |
change_type | |
Gets the type of value change. More... | |
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. | |
Provides data for external signal.
You will get an object of this type to the callback you supply in EyeTracker.subscribe_to with EYETRACKER_EXTERNAL_SIGNAL.
tobii_research.ExternalSignalData.change_type |
Gets the type of value change.
Valid values are EXTERNAL_SIGNAL_CHANGE_TYPE_VALUE_CHANGED, EXTERNAL_SIGNAL_CHANGE_TYPE_INITIAL_VALUE and EXTERNAL_SIGNAL_CHANGE_TYPE_CONNECTION_RESTORED.