The plugin attribute specifies which eye tracker plugin to load.
<eyetracker> <eyetracker> <eyetracker>
plugin name |
The name of the eye tracker plugin to use. Must be one of the following values:
|
This attribute is mandatory for the eyetracker element.
The following binds the eytracker element to the Tobii plugin for use with a Tobii eye tracker:
<eyetracker>
/ plugin = "tobii"
</eyetracker>
The following binds the eytracker element to the SR Research EyeLink plugin for use with an EyeLink eye tracker:
<eyetracker>
/ plugin = "srresearch"
</eyetracker>