Skip to content

motoishmz/ofxTobiiAnalytics

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 

OpenFrameworks addon for Tobii Analytics SDK 3.0

!!!: This addon doesn't support OF less than 0.8.4 
!!!: See Known Issue section before use this addon

Installation

Download Tobii Analytics SDK 3.0 from here.

Copy these two directories:

  • {SDKRoot}/cpp/include
  • {SDKRoot}/cpp/lib

to...

  • ofxTobiiAnalytics/libs/Tobii

Dependencies

  • Boost (run $ brew install boost on Terminal)

Building from scratch

The version of Boost used in the example project is `1.57.0`. Change the version number as your environment.

Header search path

  • ../../../addons/ofxTobiiAnalytics/libs/Tobii/include
  • Boost

library search path

  • ../../../addons/ofxTobiiAnalytics/libs/Tobii/lib
  • Boost

Other linker flag

  • -lboost_system
  • -lboost_program_options
  • -lboost_thread-mt

Runpath search paths

  • @loader_path/../Frameworks

Make sure the libtetio.dylib is added to BuildPhase > Copy Files

Known Issue

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.

About

OpenFrameworks addon for Tobii Analytics SDK 3.0

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published