fixed ref

This commit is contained in:
2ManyProjects 2026-01-08 00:43:38 -06:00
parent 4e11c851e7
commit baf0f2a782

View file

@ -471,7 +471,7 @@ class StitchingScanner:
frame = self._capture_frame()
h, w = frame.shape[:2]
total_x = 0
# Setup based on direction
if direction in [ScanDirection.RIGHT, ScanDirection.LEFT]:
threshold_pixels = w * self.config.displacement_threshold