!!!: This addon doesn't support OF less than 0.8.4
!!!: See Known Issue section before use this addon
Download Tobii Analytics SDK 3.0 from here.
Copy these two directories:
{SDKRoot}/cpp/include
{SDKRoot}/cpp/lib
to...
ofxTobiiAnalytics/libs/Tobii
- Boost (run
$ brew install boost
on Terminal)
The version of Boost used in the example project is `1.57.0`. Change the version number as your environment.
- ../../../addons/ofxTobiiAnalytics/libs/Tobii/include
- Boost
- ../../../addons/ofxTobiiAnalytics/libs/Tobii/lib
- Boost
- -lboost_system
- -lboost_program_options
- -lboost_thread-mt
- @loader_path/../Frameworks
Make sure the libtetio.dylib is added to BuildPhase > Copy Files
Calibration class doesn't work correctly since this addon is very alpha. Use the example app included in SDK/Sample directory instead of ofxTobiiAnalytics::Calibration
for quick calibration.