Quellcode durchsuchen

adding extra system setup for PIU environment

clementinecomputing vor 5 Jahren
Ursprung
Commit
3bfa9c8b09
1 geänderte Dateien mit 13 neuen und 0 gelöschten Zeilen
  1. 13 0
      busunit-PIU/scripts/setup-system

+ 13 - 0
busunit-PIU/scripts/setup-system

@@ -48,6 +48,19 @@ apt-get install -y p7zip git build-essential \
   libncurses5-dev gcc-arm-none-eabi \
   libstdc++-arm-none-eabi-newlib libpcsclite-dev pcscd
 
+# video and opencv install
+#
+apt-get install -y motion v4l2loopback-utils v4l2loopback-source \
+  python3-opencv python-opencv \
+  libzbar-dev libzbar0 python-zbar python-qrtools zbar-tools
+
+pip install pyzbar imutils
+pip3 install pyzbar imutils
+
+# misc
+#
+apt-get install -y jq
+
 useradd bus
 
 mkdir -p git