We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 537d8b5 commit 68d7fc5Copy full SHA for 68d7fc5
2 files changed
scripts/04-update-libcamera-apps
@@ -0,0 +1,9 @@
1
+set -x
2
+set -e
3
+
4
+export LC_ALL=C
5
6
+source /common.sh
7
+install_cleanup_trap
8
9
+apt-get install --yes --only-upgrade libcamera-apps-lite
scripts/10-install-camera-streamer
@@ -8,11 +8,12 @@ install_cleanup_trap
### --- install the new stuff -----------------------------------------------
10
11
-# install our precompiled camera-streamer from apt.octoprint.org
12
-apt-get install --yes camera-streamer libcamera-apps-lite v4l-utils
+# install camera-streamer and dependencies
+apt-get install --yes camera-streamer-raspi
13
14
# install units, configs & helpers
15
pushd /tmp
16
+ apt-get install --yes v4l-utils
17
git clone https://github.com/OctoPrint/camera-streamer-stack.git
18
pushd camera-streamer-stack
19
make install
0 commit comments