Bump libcamera to fix picam v1, remove duplicate opencv (#1263)

This commit is contained in:
Matt
2024-05-10 12:09:01 -04:00
committed by GitHub
parent 00c2a25730
commit 560f379109
3 changed files with 3 additions and 15 deletions

View File

@@ -120,18 +120,6 @@ then
fi
echo "JRE installation complete."
if [ "$ARCH" == "aarch64" ]
then
if package_is_installed libopencv-core4.6
then
echo "libopencv-core4.6 already installed"
else
# libphotonlibcamera.so on raspberry pi has dep on libopencv_core
echo "Installing libopencv-core4.6 on aarch64"
apt-get install --yes libopencv-core4.6
fi
fi
echo "Installing additional math packages"
apt-get install --yes libcholmod3 liblapack3 libsuitesparseconfig5