From 98295ebe8ddda2a667ead2607b310f268c34e4f1 Mon Sep 17 00:00:00 2001 From: Yossi Date: Sun, 14 Jan 2018 21:46:46 +0200 Subject: [PATCH] update picamera repo for python 3 --- stage2/01-sys-tweaks/01-run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stage2/01-sys-tweaks/01-run.sh b/stage2/01-sys-tweaks/01-run.sh index 2b790f3..7336193 100755 --- a/stage2/01-sys-tweaks/01-run.sh +++ b/stage2/01-sys-tweaks/01-run.sh @@ -144,7 +144,7 @@ if [ ${OS_TYPE} == "drideOS" ]; then fi echo "========== Install picamera ============" -sudo pip install "picamera[array]==1.12" +sudo apt-get install python3-picamera # enable camera on raspi-config and allocate more ram to the GPU