Skip to content

Commit

Permalink
Install libcamera-driver stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm001 committed Dec 24, 2023
1 parent 32f8ec8 commit cd3a7b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install_limelight.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ sudo apt-get update
apt-get install -y pigpiod pigpio device-tree-compiler
apt-get install -y network-manager
apt-get install -y net-tools
# libcamera-driver stuff
apt-get install -y libegl1 libopengl0 libopencv-core406 libgl1-mesa-dri libcamera0 libgbm1

# and edit boot partition

Expand Down
2 changes: 2 additions & 0 deletions install_pi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ sudo apt-get update
apt-get install -y pigpiod pigpio device-tree-compiler
apt-get install -y network-manager
apt-get install -y net-tools
# libcamera-driver stuff
apt-get install -y libegl1 libopengl0 libopencv-core406 libgl1-mesa-dri libcamera0 libgbm1

# and edit boot partition
install -m 644 config.txt /boot/
Expand Down

0 comments on commit cd3a7b5

Please sign in to comment.