修复色准结果图偏移

This commit is contained in:
xinzhu.yin
2026-06-09 17:15:54 +08:00
parent 25be4b7f4a
commit 3206079c63
4 changed files with 13 additions and 18 deletions

View File

@@ -341,9 +341,9 @@ def send_fix_pattern(self: "PQAutomationApp", mode):
self.pattern_service.send_session_pattern(session, 0)
if format_changed:
signal_settle = max(1.0, float(getattr(self, "signal_settle_time", 5.0)))
signal_settle = max(1.0, float(getattr(self, "signal_settle_time", 4.0)))
self.log_gui.log(
f"信号格式已变化,等待电视重新锁定: {signal_settle:.1f}s(可通过 signal_settle_time 调整)",
f"信号格式已变化,等待电视重新锁定: {signal_settle:.1f}s",
level="info",
)
else: