INFO message for camera make/model/readout

This currently prints once per image in the Task so it gets noisy on the console.
pull/1486/head
Saijin-Naib 2022-06-28 21:39:30 -04:00 zatwierdzone przez GitHub
rodzic 885f568503
commit 9e09da12ff
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -39,6 +39,8 @@ def get_rolling_shutter_readout(make, model, override_value=0):
key = make_model_key(make, model)
if key in RS_DATABASE:
log.ODM_INFO("Rolling shutter profile for \"%s %s\" selected, using %sms as --rolling-shutter-readout." % (make, model, RS_DATABASE[key]))
warn_db_missing[key] = False
return float(RS_DATABASE[key])
else:
# Warn once