|
|
@@ -299,7 +299,7 @@ class SmartShooter(metaclass=SingletonType):
|
|
|
print("LOW_ISO", low_iso)
|
|
|
print("HIGH_ISO", high_iso)
|
|
|
print("MODE_ISO", mode_iso)
|
|
|
- if str(mode_iso).lower() != "auto":
|
|
|
+ if str(low_iso).lower() != "auto" and str(high_iso).lower() != "auto":
|
|
|
# 等于auto就不设置
|
|
|
if enable_status == True:
|
|
|
await self.setCameraProperty(property="ISO", value=str(mode_iso))
|