/TobiiStreamEngineForJava

This project allows to use the Tobii Core SDK Stream Engine API in Java language through the Java Native Interface (JNI)

Primary LanguageCGNU General Public License v3.0GPL-3.0

TobiiStreamEngineForJava

This project allows you to use the Tobii Core SDK Stream Engine API in Java language through the Java Native Interface (JNI)

This project have been tested with Tobii 4C eye-trackers.

It is currently working on:

  • Windows (tested on Windows 10)
  • Linux (tested on Ubuntu 18.04)
  • MacOS (we're working on it.)

Installation:

Windows:

You can simply call the gazePosition function from the Tobii.java class.

Linux:

First you need to install the Tobii drivers. You can install them by running the ./install_all script:

cd drivers/

./install_all

Then, simply call the gazePosition function from the Tobii.java class.

MacOS:

Work in progress...