GusDev
GusDev

Reputation: 297

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

Upvotes: 0

Views: 254

Answers (1)

Fokke Zandbergen
Fokke Zandbergen

Reputation: 3866

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

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

Upvotes: 1

Related Questions