문제

I wonder if it is possible to check for face/smile/blink using CIDetectorwithout taking photo?

You are just running UIImagePickerController and when face is found you display UIAlert or something else. I know I can take a photo and later check for detections but I'm curious if it is possible to avoid taking picture.

Thanks in advance for answers!

도움이 되었습니까?

해결책

Check out SquareCam, Apple's sample project for detecting facial features in real time using a camera. While it's a bit more complicated that just using a UIImagePickerController, it should be able to handle what you need. Hope that Helps!

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top