I have been using B4A for two months to prototype an app. It is a front facing camera app that needed to detect a face of the user (not recognize). I am using the CameraEX Module and added the face detection code from the following thread:
https://www.b4x.com/android/forum/threads/facedetectionlistener-callback-for-the-camera.38439/
Thing works ok until I move on to second phase, and needed to know the location of the features on the face, Eyes and Nose to be exact. I realize the face detection function from CameraEX could never provide these features and always returns NULL (on my Samsung Note 4).
I could use those online Face detection engines like Face++ but it is slow and cause privacy issue.
I just found Google Play Services 7.8 is providing a new Mobile Vision APIs with new Face API that is exactly what I needed. Can someone show me how to make use of these API with CameraEX? or will we see a module from Erel? Thanks.
https://developers.google.com/vision/face-detection-concepts
http://android-developers.blogspot.hk/2015/08/face-detection-in-google-play-services.html?m=1
Elton
https://www.b4x.com/android/forum/threads/facedetectionlistener-callback-for-the-camera.38439/
Thing works ok until I move on to second phase, and needed to know the location of the features on the face, Eyes and Nose to be exact. I realize the face detection function from CameraEX could never provide these features and always returns NULL (on my Samsung Note 4).
I could use those online Face detection engines like Face++ but it is slow and cause privacy issue.
I just found Google Play Services 7.8 is providing a new Mobile Vision APIs with new Face API that is exactly what I needed. Can someone show me how to make use of these API with CameraEX? or will we see a module from Erel? Thanks.
https://developers.google.com/vision/face-detection-concepts
http://android-developers.blogspot.hk/2015/08/face-detection-in-google-play-services.html?m=1
Elton