Simple PsychoPy experiment using the Gazepoint Eyetracker + Gazepoint Biometrics Kit.
Explore the docs »
Report Bug
·
Request Feature
Table of Contents
This PsychoPy experiment runs multiple trials with a countdown timer.
While the experiment is running it collects data from the Gazepoint Eyetracker (in my case from the GP3) and from the Biometrics Kit.
Due to the Gazepoint Control being available exclusively for Windows this experiment won't work on other Operating Systems (tested on W10)
- Gazepoint Control
- PsychoPy
- Opengaze library (included inside the project)
- Clone the repo
git clone https://github.com/hurxan/GazepointBiometrics_Experiment.git
- Open the downloaded repo and navigate to the
src
folder
As a result, at the end of the task an output file will be generated (date_time.tsv
) inside the experiment folder.
The generated file contains data from:
- The GP3 (
FPOGX
,FPOGY
,...
) - The Biometrics Kit (
GSR
,HR
,HRP
,...
)
For more details about the data, please refer to the OpenGaze API Documentation
Contributions are highly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request