Skip to content

Commit c7508fe

Browse files
authored
Add v4l-utils to install script (#1201)
adds about 2kb to our image
1 parent eca3cea commit c7508fe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/install.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,10 @@ fi
132132
echo "Installing additional math packages"
133133
apt-get install --yes libcholmod3 liblapack3 libsuitesparseconfig5
134134

135+
echo "Installing v4l-utils..."
136+
apt-get install --yes v4l-utils
137+
echo "v4l-utils installation complete."
138+
135139
echo "Downloading latest stable release of PhotonVision..."
136140
mkdir -p /opt/photonvision
137141
cd /opt/photonvision

0 commit comments

Comments
 (0)