EasyEye Device¶
Description¶
Interface to an EasyEye eye tracker
Signature¶
iodevice/easy_eye
Required Parameters¶
eye_x¶
Variable in which to store horizontal eye position
eye_y¶
Variable in which to store vertical eye position
Optional Parameters¶
autostart¶
- Default
NO
If YES
, the device will start I/O automatically (as if by an
implicit Start IO Device action) when the experiment starts running.
Note: Device I/O will always stop automatically when the experiment stops running, irrespective of this setting.
alt¶
Alternative device to use if this one fails to initialize (e.g. because the required hardware is not available). If #allowAltFailover
is set to 0 or false, this parameter is ignored.