Skip to content

Commit

Permalink
libcamera
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Dec 26, 2024
1 parent 00ecebd commit 6a1b4c1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build_base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ apt-get install -y --no-install-recommends jq git unzip curl build-essential fak
# what else can be removed to make the system even lighter?
apt purge -y cups ppp

echo "Setting up libcamera..."
apt install -y python3-libcamera python3-kms++ libcap-dev

echo "Setting rfkill default value..."
cp -v /mounted-github-repo/tuning/rfkill_default.conf /etc/modprobe.d/rfkill_default.conf

Expand Down

0 comments on commit 6a1b4c1

Please sign in to comment.