4mod3 / TobiiMouse

Tobii EyeTracker ----->>> Your mouse

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TobiiMouse HitCount

Make tobii EyeTracker act like a mouse.

Travis CI: Build Status

AppVeyor: Build status

Dependencies

  • Coming soon...

Build

For Linux:

# Clone the repository.
git clone https://github.com/lhy0403/TobiiMouse
cd ./TobiiMouse/src/
mkdir build && cd build

# QMake and make
qmake ../
make

# Done, if everything goes well, you should have successfully built it.

For Windows:

REM Coming soon!

USE

  • Trace Gaze point. Automatically trace user's eyes gaze point, then move the cursor to the address.
  • Blink Events.
    • Single left blink----->Mouse LEFT HIT.
    • Single right blink----->Open up or Turn off Head Events Response.
  • Head Events. open action
    • Turn left-----> Keyboard "A".
    • Turn right -----> Keyboard "D".
    • Rise up------> Keyboard "W".
    • Nod ------> Keyboard "S".

About

Tobii EyeTracker ----->>> Your mouse

License:Other


Languages

Language:C 84.3%Language:C++ 15.1%Language:QMake 0.7%