We are about to switch to a new forum software. Until then we have removed the registration on this forum.
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
Nobody?
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!