-
Notifications
You must be signed in to change notification settings - Fork 11
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
Constant refocussing instead of continuous focus? #9
Comments
Hi, this seems to be the default continuous autofocus behaviour on some devices :/ The app does not trigger the refocussing, it just tells Android to use the focus mode "FOCUS_MODE_CONTINUOUS_PICTURE" (autofocus) instead of "FOCUS_MODE_AUTO" (manual autofocus). On my device (LG G4) it works like expected: If autofocus is enabled, the camera autofocusses only if the view's changed. If manual focus is active, the camera only focusses on tap. I will see what I can do about it ... |
Stomehow it seems to work much better with OpenCamera - at least for me.
Another thing that works better with OpenCamera is when the flash is turned on/off the preview image brightness adapts almost immediately to this while it takes a while with visor.
|
When autoFocus is called in continuous modes, the camera focuses only once and continuous focus does not work until auto focus is cancelled. This could help with kloener#9 and definietly fixes focusing only once in continuous mode.
When autoFocus is called in continuous modes, the camera focuses only once and continuous focus does not work until auto focus is cancelled. This could help with kloener#9 and definietly fixes focusing only once in continuous mode.
When autoFocus is called in continuous modes, the camera focuses only once and continuous focus does not work until auto focus is cancelled. This could help with kloener#9 and definietly fixes focusing only once in continuous mode.
On my Moto G the camera seems to refocus every 3-5 seconds even though nothing in the camera view changed.
Perhaps related, sometimes the focus is beeping very frequently (varying between 3 per second to once every 2-3 seconds)
Does the app trigger the refocussing?
The text was updated successfully, but these errors were encountered: