Anyone know of an eye-tracking library for C#, C/C++ or Objective-C? Open-source is preferable. Thanks.
Asked
Active
Viewed 7,986 times
11
-
Are you doing this with just a webcam? Or something more complicated like IR reflection off the retina? – CookieOfFortune Jun 17 '09 at 22:24
2 Answers
9
OpenCV could probably do it. It has the ability to perform face recognition, so eye tracking might be a subset of that.

Soo Wei Tan
- 3,262
- 2
- 34
- 36
-
Errr, why the downvote! He's 100% right, OpenCV provides the base functionality to creating eye tracking. Buy the book and go through it, it contains that specific example! – badbod99 Oct 23 '09 at 12:38
5
Here is a page full of eye-tracking resources, many of them open-source.

Naaff
- 9,213
- 3
- 38
- 43
-
-
1It looks like the information has since been moved to this wiki page: http://www.cogain.org/wiki/Eye_Trackers#Open_source_gaze_tracking_and_freeware_eye_tracking – Naaff May 13 '12 at 21:44
-
-
-
1The wiki page appears to have a new URL: http://wiki.cogain.org/index.php/Eye_Trackers – Naaff Mar 24 '14 at 16:34