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 et Tobii 5 eye-trackers .
It is currently working on:
- Windows (tested on Windows 10)
- Linux (tested on Ubuntu 18.04)
- MacOS (we're working on it.)
You can simply call the gazePosition function from the Tobii.java class.
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.
Work in progress...