I want to make an Android App using face detection.
I've readed about Camera 1 and Camera 2 APIs.
Currently I'm using face detection with libraries from Google play services and taking picture with an Intent. But I would like to ensure that the app will recognize at least 1 face when user take the picture from my app.
I don't want to develop two classes with an interface to support both APIs Android Camera & camera2 API's
So, the question is, is the android.hardware.camera supported on Android 6? I don't want to publish an app that fails on newer devices.
Some other idea to solve the deprecation of this API?
Another reason to change the library Google play services is becasue doesn't recognize many faces
Thanks