Skip to content
Davide De Tommaso edited this page Jun 21, 2019 · 28 revisions

TobiiGlassesPyController: a Python controller for using Tobii Pro Glasses 2 mobile eye-tracker

The TobiiGlassesPyController can be installed on GNU'Linux, OSX and Windows operating systems. It is compatible with Python 2.x and 3.x versions.

Install the controller

The recommended procedure to install the controller is using the pip command. If you do not have already installed in your system, please do.

Then, simply type in a terminal the following command:

pip install tobiiglassesctrl

Uninstall the controller

pip uninstall tobiiglassesctrl

Using the controller without installation

It is also possible to use the controller directly from sources without installing it in your system.

git clone --recursive https://github.com/ddetommaso/TobiiGlassesPyController.git

cd TobiiGlassesPyController

python

>>> from tobiiglassesctrl import TobiiGlassesController
...

Clone this wiki locally