Changing vertical motion
This commit is contained in:
parent
f422284a66
commit
56f6138d09
1 changed files with 3 additions and 0 deletions
|
|
@ -540,6 +540,9 @@ class StitchingScanner:
|
|||
|
||||
try:
|
||||
while self.running:
|
||||
self.motion.send_command('S')
|
||||
time.sleep(self.config.movement_interval)
|
||||
self.motion.send_command('s')
|
||||
time.sleep(self.config.frame_interval)
|
||||
|
||||
curr_frame = self._capture_frame()
|
||||
|
|
|
|||
Loading…
Reference in a new issue