Skip to content

Fix autofocus stop with recent checkFocusStop since the process can either...

Jasem Mutlaq requested to merge (removed):fix_autofocus_stop into master

Fix autofocus stop with recent checkFocusStop since the process can either complete normally with a result of OK or FAIL or it can be explicitly aborted by the user. This fixes behavior that was making focus restart because it thought it was a regular failure and not an abort

Merge request reports