AF only trust high confidence & high coverage

pull/1112/head
ZwX1616 6 years ago committed by GitHub
parent 5c52be27ca
commit 57b2864370
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      selfdrive/camerad/cameras/camera_qcom.c

@ -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) {

Loading…
Cancel
Save