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()
|
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:
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user