Track Blink State

Forum for C#/Windows development

Track Blink State

Postby grahamfogartyplus » 24 Dec 2013, 01:53

There is no mention in the Sdk documentation for support for blink detection. Will this feature be added in the near future??
grahamfogartyplus
 
Posts: 2
Joined: 18 Dec 2013, 12:00

Re: Track Blink State

Postby Javier » 24 Dec 2013, 11:47

Blink detection is in our roadmap, but at this point we cannot provide information about when it will be added to the software.
Javier
 
Posts: 54
Joined: 24 Oct 2013, 14:20

Re: Track Blink State

Postby paulgraham » 29 Jan 2014, 14:44

Javier, any update on blink detection?

Javier wrote:Blink detection is in our roadmap, but at this point we cannot provide information about when it will be added to the software.
paulgraham
 
Posts: 7
Joined: 29 Jan 2014, 14:29

Re: Track Blink State

Postby Martin » 17 Mar 2014, 12:42

One "naive" way to detect blinks is to monitor the datastream for momentarily lost tracking which could indicate a blink event. I've made a little application called GazePlotWPF that draws the x/y/pupilsize for each eye and flashes the background when a potential blink occurred. It's not 100% accurate but could be enough to get some ideas going.

Image

Source code is available on Github. I've also made a pre-compiled binary for your delight.

Proper eyelid closure and accurate blink detection is still on the roadmap, ETA unknown.
Martin
 
Posts: 567
Joined: 29 Oct 2013, 15:20


Return to C#