Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.15 KB

README.md

File metadata and controls

36 lines (25 loc) · 1.15 KB

TobiiEyeTracker-macOS

This repository allows you to use Tobii Eye Tracker on macOS!

Prerequisites

Installation

  1. Download and install Talon.

  2. Run the Talon app.

  3. Go to the Talon Home directory. This is ~/.talon on macOS. (Talon has a menu in your system tray near the clock, you can use Scripting -> Open ~/.talon as a shortcut open Talon Home).

    cd ~/.talon/user
  4. Clone talonhub/community into your ~/.talon/user directory.

    git clone https://github.com/talonhub/community community
  5. Clone this repository into your ~/.talon/user/ directory.

    git clone https://github.com/Eye-Interaction-Design/TobiiEyeTracker-macOS TobiiEyeTracker-macOS
  6. Calibrate your Tobii Eye Tracker. Go to Eye Tracking -> Calibrate in the menu.

  7. Go to Scripting -> View Log in the menu for debug output.

  8. Press Ctrl + 1 to send the current gaze coordinates via socket.

  9. To stop transmission, press Ctrl + 2.