Eye-Tracking library in C#, C/C++ or Objective-C [closed]
Asked Answered
G

2

11

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

Guarnerius answered 17/6, 2009 at 22:9 Comment(1)
Are you doing this with just a webcam? Or something more complicated like IR reflection off the retina?Gilbertson
D
9

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

Deenadeenya answered 17/6, 2009 at 22:22 Comment(1)
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!Ridings
G
5

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

Gregoriagregorian answered 17/6, 2009 at 22:26 Comment(4)
404. is there a buckup for the link?Querulous
It looks like the information has since been moved to this wiki page: cogain.org/wiki/…Gregoriagregorian
Now the wiki page is also showing up as a 404!Postman
The wiki page appears to have a new URL: wiki.cogain.org/index.php/Eye_TrackersGregoriagregorian

© 2022 - 2024 — McMap. All rights reserved.