Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/AugustoEst/gazetrack
This library enables the use of different eye-trackers on the Processing environment.
https://github.com/AugustoEst/gazetrack
Last synced: 18 days ago
JSON representation
This library enables the use of different eye-trackers on the Processing environment.
- Host: GitHub
- URL: https://github.com/AugustoEst/gazetrack
- Owner: AugustoEst
- Created: 2014-10-14T09:43:32.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2022-06-09T21:33:37.000Z (over 2 years ago)
- Last Synced: 2024-08-01T00:45:55.345Z (3 months ago)
- Language: Java
- Homepage:
- Size: 6.39 MB
- Stars: 32
- Watchers: 7
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## How to install GazeTrack: Eye-tracking for Processing (Tobii EyeX and 4C)
### Install with the Contribution Manager
Add contributed Libraries by selecting the menu item _Sketch_ → _Import Library..._ → _Add Library..._ This will open the Contribution Manager, where you can browse for GazeTrack: Eye-tracking for Processing (Tobii EyeX and 4C), or any other Library you want to install.
Not all available Libraries have been converted to show up in this menu. If a Library isn't there, it will need to be installed manually by following the instructions below.
### Manual Install
Contributed Libraries may be downloaded separately and manually placed within the `libraries` folder of your Processing sketchbook. To find (and change) the Processing sketchbook location on your computer, open the Preferences window from the Processing application (PDE) and look for the "Sketchbook location" item at the top.
By default the following locations are used for your sketchbook folder:
* For Mac users, the sketchbook folder is located inside `~/Documents/Processing`
* For Windows users, the sketchbook folder is located inside `My Documents/Processing`Download GazeTrack: Eye-tracking for Processing (Tobii EyeX and 4C) from http://web.tecnico.ulisboa.pt/augusto.esteves/GazeTrack/
Unzip and copy the contributed Library's folder into the `libraries` folder in the Processing sketchbook. You will need to create this `libraries` folder if it does not exist.
The folder structure for Library GazeTrack: Eye-tracking for Processing (Tobii EyeX and 4C) should be as follows:
```
Processing
libraries
GazeTrack
examples
library
GazeTrack.jar
reference
src
```
Some folders like `examples` or `src` might be missing. After Library GazeTrack has been successfully installed, restart the Processing application.### Troubleshooting
If you're having trouble, have a look at the [Processing Wiki](https://github.com/processing/processing/wiki/How-to-Install-a-Contributed-Library) for more information, or contact the author [Augusto Esteves](http://web.tecnico.ulisboa.pt/augusto.esteves/).