From baf0f2a782b01aceee03f0822e84f10370d614f0 Mon Sep 17 00:00:00 2001 From: 2ManyProjects Date: Thu, 8 Jan 2026 00:43:38 -0600 Subject: [PATCH] fixed ref --- src/stitching_scanner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stitching_scanner.py b/src/stitching_scanner.py index 3b78b00..471ae0c 100644 --- a/src/stitching_scanner.py +++ b/src/stitching_scanner.py @@ -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