2

I'm currently using android.hardware.camera2 module to detect a face.

I revise my own code withe the reference

https://github.com/googlesamples/android-Camera2Basic

and

Android camera2 face recognition

However, I had the same problem as the link above. In my case, when I run the code with Galaxy S4, android 5.0 it seems to work properly (Face detection works properly) but when I run the same code with Galaxy S6, android 5.1, faces are not recognized as above link said.

How can I solve this problem? or, Is there a simple tutorial concerning face detection with camera2?

Community
  • 1
  • 1
Sinfonietta
  • 21
  • 1
  • 5
  • You might try the new face detection API that is included with Google Play Services. There are a few tutorials here: https://developers.google.com/vision/ – pm0733464 Oct 08 '15 at 23:19
  • Thx @pm0733464 ! finally I could manage the problem with your advice – Sinfonietta Nov 12 '15 at 09:52
  • Sorry i have the same problem... But it doesn't solve way like you help... If you manege this problem, can you give a link on github or other resourse? Thanks very much! – Sirop4ik Mar 08 '16 at 16:49
  • Try this. https://github.com/googlesamples/android-vision/tree/master/visionSamples/FaceTracker I achieve breakthrough with this sample – Sinfonietta Mar 11 '16 at 06:19

0 Answers0