|
|
@@ -291,7 +291,7 @@ class SmartShooter(metaclass=SingletonType):
|
|
|
camera_configs = settings.getSysConfigs(
|
|
|
"camera_configs",
|
|
|
"iso_config",
|
|
|
- {"low": 100, "high": 6400, "mode": "auto"},
|
|
|
+ {"low": 100, "high": 6400, "mode": "un_auto"},
|
|
|
)
|
|
|
low_iso = camera_configs.get("low", 100)
|
|
|
high_iso = camera_configs.get("high", 6400)
|