Video plate capture: calibration, edge enhance, auto-detect well borders

This commit is contained in:
2026-06-03 17:56:23 +02:00
parent 4b42c03756
commit 9bb8fc1bce
58 changed files with 1699 additions and 274 deletions
+1 -1
View File
@@ -111,7 +111,7 @@ def _update_cache():
_timer.start()
def start_background_updater(interval_seconds: int = None):
def start_background_updater(interval_seconds: int = 0):
global REFRESH_INTERVAL, _timer
if interval_seconds:
REFRESH_INTERVAL = interval_seconds