How to detect a blink of an eye in Processing?

edited November 2015 in Kinect

Hi people!

How would I go about detecting a blink of an eye in Processing? Build of an OpenCV example? Look into FaceOSC? Or something else?

Regards Andreas from Denmark

Answers

  • Answer ✓

    Hey,

    OpenCv should work. There comes an example for video face detection with the library. I think you would have to detect face and eyes, then sort out false positives (eyes outside of the face-region). Then you can check if the number of detected eyes change.

  • Great, thanks!

Sign In or Register to comment.