Skip to content

Latest commit

 

History

History

Prototype

GazeTheWeb - Browse: Prototype

Prototype of gaze-controlled Web browser, part of the EU-funded research project MAMEM.

Structure

Structure

TODO

  • Link application to local eye tracker SDKs

HowTo

Please refer to the Readme in the parent folder for details about compiling.

For configuration, edit the lines 12-15 in src/EntryPoint.h:

//#define USE_EYETRACKER // Only with connected SMI RED eyetracker for the moment
const int WINDOW_WIDTH = 1280;
const int WINDOW_HEIGHT = 720;
const bool FULLSCREEN = false; // Uses operation system resolution

If the eye tracker definition is not used, the input from the connected mouse emulates gaze.

Dependencies

Necessary dependencies are provided in the externals folder.