It would be very nice to be able to set a FaceDetectionListener Callback for the camera (when supported)
The Android Facedetector works ok, but IMO is very slow and needs previous conversion of the frames to a bitmap.
The B4A camera library is very complete and through reflection we have access to even more parameters, but can't see the way to set up a new callback (except the ones already supported: _ready, _preview, _picturetaken...)
As it is only supported from API14, I understand compatibility issues, but it could be done by adding a "isFaceDetectionSupported()" function which returns false if API<14 or the camera itself does not support it
The Android Facedetector works ok, but IMO is very slow and needs previous conversion of the frames to a bitmap.
The B4A camera library is very complete and through reflection we have access to even more parameters, but can't see the way to set up a new callback (except the ones already supported: _ready, _preview, _picturetaken...)
As it is only supported from API14, I understand compatibility issues, but it could be done by adding a "isFaceDetectionSupported()" function which returns false if API<14 or the camera itself does not support it