Skip to content

Commit 68d7fc5

Browse files
committed
Switch to using camera-streamer-raspi
1 parent 537d8b5 commit 68d7fc5

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

scripts/04-update-libcamera-apps

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,12 @@ install_cleanup_trap
88

99
### --- install the new stuff -----------------------------------------------
1010

11-
# install our precompiled camera-streamer from apt.octoprint.org
12-
apt-get install --yes camera-streamer libcamera-apps-lite v4l-utils
11+
# install camera-streamer and dependencies
12+
apt-get install --yes camera-streamer-raspi
1313

1414
# install units, configs & helpers
1515
pushd /tmp
16+
apt-get install --yes v4l-utils
1617
git clone https://github.com/OctoPrint/camera-streamer-stack.git
1718
pushd camera-streamer-stack
1819
make install

0 commit comments

Comments
 (0)