How to detect a user's eye blinks with Google Glass builtin-sensors?

730 views Asked by At

I want to use Google Glass to detect users eye blink rate, is that is possible using the built in sensors? How can I start with this?

2

There are 2 answers

2
dljava On

Not really, you can detect "winks" which requires user setup for what a "wink" is though, but there's no direct access to the IR sensor for detecting blinks (without "rooting")

0
Fabian Diaz On

Actually you can, you could use the glass libraries like:

import com.google.android.glass.eye.EyeGesture;
import com.google.android.glass.eye.EyeGestureManager;
import com.google.android.glass.eye.EyeGestureManager.Listener;

Here is an example project: https://github.com/thorikawa/EyeGestureLib