Skip to content

Commit

Permalink
Add v4l-utils to install script (#1201)
Browse files Browse the repository at this point in the history
adds about 2kb to our image
  • Loading branch information
gautvm authored Jan 27, 2024
1 parent eca3cea commit c7508fe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,10 @@ fi
echo "Installing additional math packages"
apt-get install --yes libcholmod3 liblapack3 libsuitesparseconfig5

echo "Installing v4l-utils..."
apt-get install --yes v4l-utils
echo "v4l-utils installation complete."

echo "Downloading latest stable release of PhotonVision..."
mkdir -p /opt/photonvision
cd /opt/photonvision
Expand Down

0 comments on commit c7508fe

Please sign in to comment.