WIP: try just waiting 0.5s rather than using an Event
This commit is contained in:
parent
4a18ef729a
commit
24a1d9d020
1 changed files with 2 additions and 1 deletions
|
|
@ -634,7 +634,8 @@ class SmartScanThing(Thing):
|
||||||
#}
|
#}
|
||||||
)
|
)
|
||||||
capture_thread.start()
|
capture_thread.start()
|
||||||
acquired.wait() # wait until the image is acquired
|
#acquired.wait() # wait until the image is acquired
|
||||||
|
time.sleep(0.5)
|
||||||
positions.append(loc[:2])
|
positions.append(loc[:2])
|
||||||
names.append(name)
|
names.append(name)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue