video-plate-calibration:

README/CONTEXT
This commit is contained in:
2026-06-03 22:35:36 +02:00
parent 9bb8fc1bce
commit e4bd67b686
4 changed files with 115 additions and 14 deletions
+3
View File
@@ -413,7 +413,10 @@ class ScannerProcess(Task):
self.cam._active_median = False
self.cam.set_edge_enhance(False)
if self.conf.capture_type == 'video':
self.cam._active_crop = False
self.cam.set_circular_crop(None)
ctx = dict(state="crop", value=self.cam._active_crop)
else: