cv version is set for raspberry pi

This commit is contained in:
SimLeek
2020-04-13 20:55:05 -07:00
parent 2503c6b723
commit ce77f1ba33
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ def profile_reading(total_seconds=5):
t_init = t01 = time.time()
times = []
started = False
for up in display(0, size=(9999, 9999)):
for up in display(1, size=(1, 1)):
if up:
t1 = time.time()
if started: