Anyone know of an eye-tracking library for C#, C/C++ or Objective-C? Open-source is preferable. Thanks.

link|improve this question

73% accept rate
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
For now just a webcam – Mac Jun 17 '09 at 22:38
feedback

2 Answers

OpenCV could probably do it. It has the ability to perform face recognition, so eye tracking might be a subset of that.

link|improve this answer
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
feedback

Here is a page full of eye-tracking resources, many of them open-source.

link|improve this answer
404. is there a buckup for the link? – abrahab May 13 at 8:54
1  
It looks like the information has since been moved to this wiki page: cogain.org/wiki/… – Naaff May 13 at 21:44
thanks. nice addition for your old post. – abrahab May 13 at 21:48
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.