This commit is contained in:
david rice
2026-04-24 15:24:27 +01:00
parent f8d7727ff7
commit bc1d5bdc30
5 changed files with 119 additions and 25 deletions

View File

@@ -841,8 +841,8 @@ def _append_flicker_log(ts: str, iteration: int, m: LPMetrics) -> None:
def _start_video() -> None:
try:
requests.put(VIDEO_URL, json={"action": "start"}, timeout=3)
print(" VIDEO: kiosk player started.")
requests.put(VIDEO_URL, json={"action": "start", "mode": "static-pink"}, timeout=3)
print(" VIDEO: static-pink display started.")
except Exception as e:
print(f" WARNING: video start failed: {e}")