瀏覽代碼

camera_configs

rambo 3 月之前
父節點
當前提交
6ac57aadad
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      python/mcu/capture/smart_shooter_class.py
  2. 1 1
      python/sys_configs.json

+ 1 - 1
python/mcu/capture/smart_shooter_class.py

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

+ 1 - 1
python/sys_configs.json

@@ -21,6 +21,6 @@
     },
     {
         "key": "camera_configs",
-        "value": "{\"iso_config\":{\"low\":100,\"high\":6400,\"mode\":\"auto\"}}"
+        "value": "{\"iso_config\":{\"low\":100,\"high\":6400,\"mode\":\"un_auto\"}}"
     }
 ]