mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-12 12:52:13 +08:00
AF only trust high confidence & high coverage
old-commit-hash: 57b28643703b44edc5b60a935e1e80f7d3bbf4bd
This commit is contained in:
@@ -1734,7 +1734,7 @@ static void parse_autofocus(CameraState *s, uint8_t *d) {
|
||||
}
|
||||
}
|
||||
|
||||
if (good_count < 4) {
|
||||
if (good_count < 7) {
|
||||
s->focus_err = nan("");
|
||||
nan_cnt += 1;
|
||||
if (nan_cnt > patience_cnt) {
|
||||
|
||||
Reference in New Issue
Block a user