File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
1515pushd /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
You can’t perform that action at this time.
0 commit comments