Skip to content

Add tracking of screen coordinates#34

Open
ritko wants to merge 20 commits into
antoinelame:masterfrom
ritko:master
Open

Add tracking of screen coordinates#34
ritko wants to merge 20 commits into
antoinelame:masterfrom
ritko:master

Conversation

@ritko

@ritko ritko commented Dec 1, 2019

Copy link
Copy Markdown

Added mapping of gaze ratios to screen coordinates, so that it now tracks eye point of gaze (EPOG) on the screen.

This is done by asking the user to fixate on calibration points with predetermined coordinates. These points, plus knowledge of screen size, are used to map subsequent gaze ratios to screen coordinates. Subsequently, a short test is run, where user fixates on test points, and the EPOG error is calculated.

Mainly added gaze_calibration.py file and completely redid the previous example.py file

@okridgway

Copy link
Copy Markdown

This would be super cool, except after installing everything and trying to run the example file, it returned an "Abort trap: 6" error.

@okridgway

Copy link
Copy Markdown

It would also be nice to be able to do a calibration via webcam and then do gaze detection from a different video source.

@okridgway

okridgway commented May 20, 2020

Copy link
Copy Markdown

Or even just do screen coordinates without calibration. That would be ideal.
You might check this out: https://stackoverflow.com/a/52963879/11792607
(I'm a noob and don't know how to implement this)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants