ofxTobiiEyeX is a wrapper of Tobii EyeX SDK for openFrameworks.
#Notes
- This addon only work on windows (visual studio).
- This addon need Tobii EyeX background software. Download and install Tobii EyeX Engin and EyeX Controller Driver to your computer. You can get that from hear.
- Add this addon to your VC project. Include files
libs/TobiiEyeXSdk/include
to search paths, and add librarylibs/TobiiEyeXSdk/lib/(x64 or x86)/Tobii.EyeX.Cliend.lib
. - On explorer, copy dll file
libs/TobiiEyeXSdk/lib/(x64 or x86)/Tobii.EyeX.Cliend.dll
to yourbin/
directory. - On VC, Create the ofxTobiiEyeX's instance.
- When start your app., call
setup()
and register some event handler function(s)registerXXX()
. - When finish your app., call unregister some event handler function(s)
unregisterXXX()
, andclose()
. - Please check
ofxTobiiEyeX/example
, and find functions you need.
Presents an overview of what the addon offers.
The point on the screen where your eyes are looking.
The positions of your eyeballs relative to the screen.
Points on the screen where your eyes linger to focus on something.