cv version is set for raspberry pi
This commit is contained in:
@ -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:
|
||||
|
@ -9,7 +9,7 @@ repository = "https://github.com/simleek/displayarray"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.6"
|
||||
opencv_python = "4.1.1.26"
|
||||
opencv_python = "^4.1.1.26"
|
||||
docopt = "0.6.2"
|
||||
numpy = "1.16.1"
|
||||
localpubsub = "0.0.4"
|
||||
|
Reference in New Issue
Block a user