sleep before capturing

This commit is contained in:
Joe Knapper 2024-02-09 19:06:58 +00:00
parent 61d7712c27
commit f2d85cb891

View file

@ -683,6 +683,7 @@ class SmartScanThing(Thing):
logger.info(f"Waited {wait_time:.1f}s for the previous capture to finish saving.")
acquired = Event()
name = f"image_{loc[0]}_{loc[1]}.jpg"
time.sleep(0.2)
capture_thread = Thread(
target=capture_and_save,
kwargs={