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
@@ -31,7 +31,7 @@ class Command(BaseCommand):
)
print()
print(f"Export video: {job.id}")
print(f"Export video: {job.id}") # type: ignore[union-attr]
except Exception as e:
print("Export video uuid error", e)