This commit is contained in:
2ManyProjects 2026-01-08 02:02:26 -06:00
parent 8caa578608
commit 2ac118737a

View file

@ -29,8 +29,8 @@ class StitchConfig:
settle_time: float = 0.75
max_scan_time: float = 300.0
row_overlap: float = 0.15
max_mosaic_width: int = 4000
max_mosaic_height: int = 4000
max_mosaic_width: int = 1000
max_mosaic_height: int = 1000
scan_speed_index: int = 3
autofocus_every_row: bool = True