Eye Tracker Plugins
From Optikey v4.1 onward, there is a plugin system available to make more eye trackers available in a flexible way, and to help developers test out new eye tracker technology.
Use an existing eye tracker plugin
In the Management Console, in the Pointing & Selecting tab, click "Find more eye tracker options online". This will open a new window, in which you can find available plugins and install them to your computer. Once installed, they will be available to select as a Pointing "Source" in the Management Console.
Create your own eye tracker plugin
If you want to build an eye tracker plugin, follow the detailed example at Smooth Mouse example plugin.
For private testing, simply copy the build directory to your %APPDATA%\Optikey\OptiKey\EyeTrackerPlugins
folder and Optikey will automatically detect it. To share publicly, create a Github Release and add the topic optikey-plugin
, as described in the sample repository.