Add Sensor Readout: FUJIFILM X-T2

35ms for the FUJIFILM X-T2 Sensor Readout
ISO:ISO-12,800
Shutter:1/10,000s (Forced Electronic Shutter)
pull/1561/head
Saijin-Naib 2022-12-05 00:16:58 -05:00
rodzic d30b498e87
commit 020979da4f
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -28,6 +28,8 @@ RS_DATABASE = {
'teracube teracube one': 32 # TeraCube TeraCube_One TR1907Q Mobile Phone
'fujifilm x-t2': 35 # FUJIFILM X-T2 Mirrorless Interchangeable Lens Camera
# Help us add more!
# See: https://github.com/OpenDroneMap/RSCalibration for instructions
@ -72,3 +74,4 @@ def get_rolling_shutter_readout(photo, override_value=0):
log.ODM_WARNING("Rolling shutter readout time for \"%s %s\" is not in our database, using default of %sms which might be incorrect. Use --rolling-shutter-readout to set an actual value (see https://github.com/OpenDroneMap/RSCalibration for instructions on how to calculate this value)" % (make, model, DEFAULT_RS_READOUT))
warn_db_missing[key] = True
return float(DEFAULT_RS_READOUT)