I’m trying to find out if there are any libraries or frameworks that will help with detecting facial features i.e. the eyes while video recording.
I tried using face.com api and THE CIDetector on IOS, but they only work on Images not video.
P.S. I’m developing for the iphone!
Why not simply extract frames from the video as it is playing and use those in the
CIFaceDetector? This site has some good info on how to get frames from video files on iOS:http://www.7twenty7.com/blog/2010/11/video-processing-with-av-foundation