up Inquisit Language Reference

eyetracker element

Inquisit SR Research EyeLink Plugin

The attributes and properties here are supported by the SR Research EyeLink Eye Tracker plugin. To use the plugin, the plugin attribute must be set to "srresearch".

To use Inquisit with SR Research EyeLink eye trackers, perform the following steps:
* Set up the eye tracker according to the EyeLink User Manual. Make sure it is plugged into your computer's network port.
* Open an Inquisit script that defines the eye tracker element with plugin attribute set to "srresearch" (sample scripts are available from our library)
* Run the script. You will be asked to register the Inquisit 6 SR Research EyeLink Plugin if you haven't already.

How to Program the SR Research EyeLink Eye Tracker Plugin

Syntax

<eyetracker>
/ aoidurationthreshold = maxfixationtime
/ calibrationmode = mode
/ calibrationstimulus = stimulus
/ framerate = framerate
/ ipaddress = ipaddress
/ plugin = "srresearch"
/ saccadethreshold = saccadethreshold
</eyetracker>

Properties

eyetracker.aoidurationthreshold
eyetracker.framerate
eyetracker.framerates
eyetracker.ipaddress
eyetracker.lastex
eyetracker.lastey
eyetracker.lastfixationx
eyetracker.lastfixationy
eyetracker.lasthasfixation
eyetracker.lastlefteyex
eyetracker.lastlefteyey
eyetracker.lastlefteyez
eyetracker.lastleftfixationx
eyetracker.lastleftfixationy
eyetracker.lastleftgazex
eyetracker.lastleftgazey
eyetracker.lastleftgazez
eyetracker.lastlefthasfixation
eyetracker.lastleftpupilheight
eyetracker.lastleftpupilwidth
eyetracker.lastleftvalidity
eyetracker.lastleftx
eyetracker.lastlefty
eyetracker.lastmarker
eyetracker.lastpixelsperdegreex
eyetracker.lastpixelsperdegreey
eyetracker.lastpupilheight
eyetracker.lastpupilwidth
eyetracker.lastrighteyex
eyetracker.lastrighteyey
eyetracker.lastrighteyez
eyetracker.lastrightfixationx
eyetracker.lastrightfixationy
eyetracker.lastrightgazex
eyetracker.lastrightgazey
eyetracker.lastrightgazez
eyetracker.lastrighthasfixation
eyetracker.lastrightpupilheight
eyetracker.lastrightpupilwidth
eyetracker.lastrightvalidity
eyetracker.lastrightx
eyetracker.lastrighty
eyetracker.lasttimestamp
eyetracker.lastx
eyetracker.lasty
eyetracker.maxfixationtime
eyetracker.maxleftpupilheight
eyetracker.maxleftpupilwidth
eyetracker.maxpupilheight
eyetracker.maxpupilwidth
eyetracker.maxrightpupilheight
eyetracker.maxrightpupilwidth
eyetracker.meanpupilheight
eyetracker.meanpupilwidth
eyetracker.minfixationtime
eyetracker.minleftpupilheight
eyetracker.minleftpupilwidth
eyetracker.minpupilheight
eyetracker.minpupilwidth
eyetracker.minrightpupilheight
eyetracker.minrightpupilwidth
eyetracker.plugin
eyetracker.saccadethreshold
eyetracker.saccadethreshold

Functions

None.

Remarks

Examples

The following defines an eyetracker element that connects to a SR Research EyeLink eyetracker at the given network ip address.

<eyetracker>
/ plugin = "srresearch"
/ ipaddress = "168.192.0.22"
</eyetracker>

The following defines a text element that displays the current width of the right pupil:

<text rightpupil>
/ items = ("Right Pupil Width: <% eyetracker.lastrightpupilwidth %>")
</text>

Send comments on this topic:
Copyright Millisecond Software, LLC. All rights reserved.