From ae63b68a0a68626a5ac1c1ea776abdc2bd3eb4c6 Mon Sep 17 00:00:00 2001 From: Stelios Giakoumidis Date: Sat, 11 Jan 2020 19:01:59 +0200 Subject: [PATCH] Added OpenCV setup command --- camera module/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/camera module/setup.sh b/camera module/setup.sh index 5bcb3dd..a65a2d1 100644 --- a/camera module/setup.sh +++ b/camera module/setup.sh @@ -1,3 +1,3 @@ sudo apt-get update sudo apt-get install rpi.gpio - +sudo apt-get install python3-opencv