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() t_init = t01 = time.time()
times = [] times = []
started = False started = False
for up in display(0, size=(9999, 9999)): for up in display(1, size=(1, 1)):
if up: if up:
t1 = time.time() t1 = time.time()
if started: if started:

View File

@@ -9,7 +9,7 @@ repository = "https://github.com/simleek/displayarray"
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.6" python = "^3.6"
opencv_python = "4.1.1.26" opencv_python = "^4.1.1.26"
docopt = "0.6.2" docopt = "0.6.2"
numpy = "1.16.1" numpy = "1.16.1"
localpubsub = "0.0.4" localpubsub = "0.0.4"