4 lines
87 B
Python
4 lines
87 B
Python
while True:
|
|
img.initialize()
|
|
img.waitNext(1000)
|
|
time.sleep(0.1) |