0

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

Fokke Zandbergen
  • 3,866
  • 1
  • 11
  • 28
GusDev
  • 255
  • 6
  • 20
  • I would suggest to use the emulators to test. If you're creating a mobile apps for Android, check the Emulator in Android Studio. If it's a Web App, check the emulators on Chrome/Firefox/Internet Explorer :). Would you like to give more information? – Auguste May 24 '16 at 18:52
  • sorry, i forget, the app is for iOS and Android – GusDev May 24 '16 at 19:05
  • I've never used Mac computers to program. But if you're using Android Studio, you can use the Emulators to accomplish what you're trying to do. – Auguste May 24 '16 at 19:07
  • thanks, but i dont want to do that, i want to be able to detect eyes and mouth using the front camera, the problem is that i dont find i how to do that – GusDev May 24 '16 at 19:21
  • As far as iOS is concerned, you can do it with a `CIDetector` - and it's pretty easy too :) – henrikstroem May 24 '16 at 19:52

1 Answers1

1

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

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

Fokke Zandbergen
  • 3,866
  • 1
  • 11
  • 28