up Inquisit Language Reference

eyetracker element

Inquisit Tobii Plugin

The following attributes and properties are supported by the Tobii Eyetracker plugin. To use these extensions, the plugin attribute must be set to "tobii".

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

How to Program the Tobii Eye Tracker Plugin

Syntax

<eyetracker>
/ aoidurationthreshold = maxfixationtime
/ calibrationmode = mode
/ file = "location"
/ encrypt = true("password") or false
/ columns = (eyecolumn, eyecolumn, eyecolumn, property, property, property)
/ fixationwindowlength = fixationwindowlength
/ framerate = framerate
/ hostname = value
/ illuminationmode = value
/ ipaddress = ipaddress
/ labels = ("label", "label", "label", ...)
/ lowblinkmode = value
/ maxfixationtime = maxfixationtime
/ minfixationtime = minfixationtime
/ plugin = "tobii"
/ saccadethreshold = saccadethreshold
/ unitname = value
</eyetracker>

Properties

eyetracker.aoidurationthreshold
eyetracker.encrypt
eyetracker.encryptionkey
eyetracker.file
eyetracker.filename
eyetracker.fixationwindowlength
eyetracker.framerate
eyetracker.framerates
eyetracker.fullpath
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.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.maxfixationtime
eyetracker.maxleftpupilheight
eyetracker.maxleftpupilwidth
eyetracker.maxleftpupilwidth
eyetracker.maxpupilheight
eyetracker.maxpupilwidth
eyetracker.maxrightpupilheight
eyetracker.maxrightpupilwidth
eyetracker.maxrightpupilwidth
eyetracker.meanleftpupilheight
eyetracker.meanleftpupilwidth
eyetracker.meanpupilheight
eyetracker.meanpupilwidth
eyetracker.meanrightpupilheight
eyetracker.meanrightpupilwidth
eyetracker.minfixationtime
eyetracker.minfixationtime
eyetracker.minleftpupilheight
eyetracker.minleftpupilwidth
eyetracker.minpupilheight
eyetracker.minpupilwidth
eyetracker.minrightpupilheight
eyetracker.minrightpupilwidth
eyetracker.plugin
eyetracker.recorddata
eyetracker.saccadethreshold
eyetracker.saccadethreshold

Functions

None.

Remarks

Examples

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

<eyetracker>
/ plugin = "tobii"
/ 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.