5
votes

There was a third-party app to snap pictures with winks: winky on github. This app gets the eye gesture detection service using reflection and uses it to take pictures. But the service is unavailable since XE11.

Is there a way to detect winks in a Google Glass running on XE12? Glasses now support taking pictures with winks (which can be configured from settings), but is there any service available in GDK to detect winks? Or is there any event listener that fires when a wink is detected?

3
Does winky on github work on the new XE16 update? - Aksiom

3 Answers

5
votes

We're using the wink detector in one of the projects I'm working on. Our code is open source:

https://github.com/victorkp/DriveSafe4Glass

1
votes

I can half-answer your question, there doesn't seem to be an official way to do it.

Looking at my Glass device, this seems to be the sensor that picks up on winking activity.

Looking through the GDK docs, I can't find any reference to this sensor or how to develop with it. This probably means that as of now, Google doesn't want you to detect winks on Glass.

0
votes

I tryed winky and it does not work on XE16. But I found this example which is really good and it works on XE16 too. The example: EyeGestureDemo