RedApparat / Fotoapparat

Making Camera for Android more friendly. 📸
Apache License 2.0
3.82k stars 405 forks source link

After tap to focus happened continious focus stopped #197

Closed abodehBabelli closed 6 years ago

abodehBabelli commented 6 years ago

What are you trying to achieve or the steps to reproduce?

When I tapped on camera perview to focus it is never return back to continious focus and only tap to focus it is working

Context:

Diolor commented 6 years ago

Oh sorry, this is not related to #159 and not a bug. This is by design behaviour. If you want to focus manually on a point why do you want to have continuous focus? it's contradictory behaviour.

If you still want to focus on a point but then revert to continuous focus you need to update the configuration again. However we don't have a callback for this and the is not plan to do so.

If you don't want to "break" the continuous video, then better not use the tap to focus feature.