Questions tagged [eye-tracking]

Is the specific task of detecting and tracking eyes over frames captured from a camera or video.

In computer vision field, tracking objects, people, movement or states is a very common task.

Eye tracking is very popular for applications of human-machine interaction in order to detect where eyes are exactly looking to.

146 questions
4
votes
3 answers

Double click timer event

I am developing an application that maps users eye movements with the cursor movements, hence developing ahands free cursor control system. I am using Open CV library's .NET Wrapper for C# i.e. Emgu CV for development. I am stuck at a point where I…
ykombinator
  • 2,724
  • 7
  • 25
  • 46
4
votes
1 answer

Speeding up vectorized eye-tracking algorithm in numpy

I'm trying to implement Fabian Timm's eye-tracking algorithm [http://www.inb.uni-luebeck.de/publikationen/pdfs/TiBa11b.pdf] (found here: [http://thume.ca/projects/2012/11/04/simple-accurate-eye-center-tracking-in-opencv/]) in numpy and OpenCV and…
Ben
  • 83
  • 6
4
votes
2 answers

iris to screen calculation for eye tracking

I'm currently experimenting with Eye tracking I've successfully built an iris tracking algorithm using OpenCV with contours and Hough transform. But the next step is unclear for me. I want to know if the calculations i'm doing are correct for…
Martijn Mellens
  • 520
  • 7
  • 25
4
votes
4 answers

Levenshtein distance with weight/penalty for adjacency

I am using the string-edit distance (Levenshtein-distance) to compare scan paths from an eye tracking experiment. (Right now I am using the stringdist package in R) Basically the letters of the strings refer to (gaze) position in a 6x4 matrix. The…
3
votes
3 answers

Analysis of Eye-Tracking data in python (Eye-link)

I have data from eye-tracking (.edf file - from Eyelink by SR-research). I want to analyse it and get various measures such as fixation, saccade, duration, etc. Is there an existing package to analyse Eye-Tracking data? Thanks!
Cranjis
  • 1,590
  • 8
  • 31
  • 64
3
votes
1 answer

Eye Tracking for Unity3d

How could I go about implementing eye tracking in a Unity3D mobile project without external hardware for standalone machines?
IDK
  • 127
  • 11
3
votes
3 answers

General algorithm to do eyes tracking

So, the think is i want to build a software who can track the possition of the pupil, but i cant find on internet a mathematical aproch to the problem. I want to see some examples of how to calculate the position of the pupil. Thanks!
DomingoSL
  • 14,920
  • 24
  • 99
  • 173
3
votes
1 answer

Timestamp information of MP4

I want to ask for an easy way to get the timestamp information of a mp4 file. (Sorry that I am not familiar with codec.) I am reading the Tobii Pro Glasses SDK document that explains how to synchronize frame with eye tracking data, where they use a…
Zhenjie Zhao
  • 363
  • 1
  • 5
  • 17
3
votes
1 answer

Interpretation of Psychopy/iohub Tobii Gaze Data

I have recorded gaze data using Psychopy/iohub and a Tobii TX300 eye tracker. Loading the hdf5 file shows the following entries in a BinocularEyeSampleEvent: ['experiment_id', 'session_id', 'device_id', 'event_id', 'type', 'device_time',…
brina
  • 93
  • 1
  • 8
3
votes
0 answers

Analysing Eyetracking EDF Files in Python

It's been quite some time since I used Python as I've been focusing on R in recent months. I've been using eye-tracking in Opensesame recently. I've placed Eyelink Logs 'PreBeep1' with content "PreBeep1_1st_Sketchpad" and 'PostBeep2' with content…
Docconcoct
  • 2,040
  • 4
  • 28
  • 52
3
votes
1 answer

OpenNI eye tracking

I'm developing a project with OpenNI. I've already make a skeleton tracking, but I can't find how can I realize an eye tracking with this library. Is it possible or I'll have to adapt myself to using Opencv?
user1897949
2
votes
0 answers

Find center of pupil/iris from image in Python

I'm working on a project to detect gaze direction using webcam feed in Python. Using the dlib library and OpenCV and using some masking techniques I can get a 60 fps feed of images of my eye like the one shown below. What I'm trying to do is find…
ortunoa
  • 345
  • 4
  • 11
2
votes
0 answers

Extract specific values from a string of real-time pupil labs data

I am working on an eye-tracking project and need to plot real-time gaze data from the pupil core system. I am currently reading in live values through a network API to python, and I get hundreds of data points every second. The data comes as a large…
achadd7
  • 21
  • 3
2
votes
0 answers

Tobii Eye Tracking Manager Call From Python

I am trying to write a program in python that will be able to identify tobii pro nano eye tracker, then calibrate it and , finally, take some gaze data. All done using the help of tobii pro sdk package. According to tobii's step by step guide on how…
Pitoguro
  • 21
  • 3
2
votes
0 answers

Is there a way so I can use GazeCloudAPI offline?

Is there a way so I can use GazeCloudAPI offline? For example, load the webpage and then use it without an internet connection? Thanks a lot
1
2
3
9 10