visor-android icon indicating copy to clipboard operation
visor-android copied to clipboard

Constant refocussing instead of continuous focus?

Open ghost opened this issue 7 years ago • 2 comments

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?

ghost avatar Nov 02 '17 18:11 ghost

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. But on a Moto G (3rd Gen.) I can reproduce your autofocus issues.

I will see what I can do about it ...

kloener avatar Nov 07 '17 19:11 kloener

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.

ghost avatar Nov 07 '17 19:11 ghost