-
Notifications
You must be signed in to change notification settings - Fork 407
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
autofocus() callback #46
Comments
Currently, the result of autofocus is not exposed, but we can improve that. |
it will be awesome. Thank you. |
Sorry for late reply, but could you please describe your use case a bit more? Currently, we already attempt to perform autofocus when |
Using OpenCV to process a frame, but first it need to ensure the camera is focused , then I process the frame with a specific algorithm. Thank you. It also can be used performing face recognition (to draw rectangles etc) |
OK, that makes sense. I will try to provide the solution until the end of this week. If you are relying on frame processing you should also update to 1.0.4, which would noticeably improve the performance. As for face detection - we just started working on a module for Fotoapparat which would do face detection without relying on Google Play Services: https://github.com/Fotoapparat/FaceDetector |
The feature is in master. You can expect it in the new release which will happen until the end of the week. |
Thank you very much. |
Hi, Where to find the documentation related to the focus callback? I'm unable to find it. Regards |
Hi, thank you very much for your time. is there any way to get the autofocus callback? seems like FocusResult is not available from getCurrentFotoapparat().autoFocus();
Thank you again.
The text was updated successfully, but these errors were encountered: