Changes between Version 1 and Version 2 of ProjectGazePointer
- Timestamp:
- 05/23/18 23:38:35 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProjectGazePointer
v1 v2 1 = ! PyGaze - Open-source toolbox for eye tracking in Python=1 = !GazePointer - Open-source software for cursor control through webcam eye tracking = 2 2 3 3 ''Description'' 4 4 5 ! PyGaze is an open-source toolbox for eye tracking in Python. It has an uniform and user-friendy syntax and it is aimed for people with minor to advanced programming skills in Python. Pygaze acts as a wrapper around several existing packages. From stimulus presentation to eye-tracker communication: everything can be handled by via !PyGaze scripting. As a a Python library for eye tracking you can use a set of plugins that will allow you to use !PyGaze from within !OpenSesame. You can install !PyGaze on Windows as well as on Ubuntu.5 !GazePointer is an open-source software based on !GazeFlow !WebCam Eye-Tracking Engine that allows users to move mouse with their eyes. The information from !GazePointer can be further used in other apps, like for example it can be used with Dasher to write with your eyes. 6 6 7 ! PyGaze supports the following eye trackers:7 !GazePointer has the following features: 8 8 9 - !EyeLink — For information on how to run !OpenSesame with !PyLink support 10 - !EyeTribe — Works out of the box. 9 - Moving mouse cursor with eyes 10 - Eye-tracker via ordinary webcam 11 - Free head movements 11 12 12 Advantages of ! PyGaze:13 Advantages of !GazePointer: 13 14 14 - user-friendly platform 15 - saccade detection algorithm (for online detection) 16 - sharing code is easy (works on Windows, Linux and Mac OSX) 17 - creating eyetracking experiments in Python syntax with the least possible effort 18 - can be used for visual and auditory stimulus presentation; for response collection via keyboard, mouse, joystick, and other external hardware 19 15 - Compatible with all types of Webcam 16 - Eye PC control 17 - EyeMouse 18 20 19 **URL:** 21 20 22 1. http://www.pygaze.org/ 23 2. https://www.ncbi.nlm.nih.gov/pubmed/24258321 24 3. http://osdoc.cogsci.nl/3.1/manual/eyetracking/pygaze/ 21 1. http://gazerecorder.christiaanboersma.com/gazepointer-beta/ 22 2. https://sourceforge.net/projects/gazepointer/ 25 23 26 **Prerequisites for using this software - !Software/Hardware** : !PyGame, !PsychoPy, pylink (for SR Research !EyeLink systems), !SensoMotoric Instruments’ ,iViewX API, and the Tobii SDK. 24 **Prerequisites for using this software - !Software/Hardware** : 25 26 - Webcam 27 - .NET 3.5 28 27 29 28 30 == '''Project Anatomy''' ==