Search code examples
androidiosappceleratorappcelerator-titaniumface-recognition

Camera face detection


I'm about to make an app, I need to know if the person is running using the the front camera, so I need to know where are their eyes and the mouth.

The problem is that I've been searching but I don't find anything like that on Titanium just for pictures and I have to do it in real time.

is this possible on Titanium?, or I have to do it native?

sorry for my bad english

Update: The app is for IOS and Android


Solution

  • For iOS you can use the following Titanium module which wraps the CIDetector framework:

    http://gitt.io/component/by.farwayer.facerecognizer