Update libcamera version (#1566)

This uses the version of libcamera-gl-driver that was built using our
image. This assumes
the correct update path of the pi image version to libcamera to
photonvision.
This commit is contained in:
Cameron (3539)
2024-11-14 11:26:28 -05:00
committed by GitHub
parent c50c657193
commit 4dc4ae88de

View File

@@ -36,7 +36,7 @@ ext {
openCVversion = "4.8.0-4"
joglVersion = "2.4.0"
javalinVersion = "5.6.2"
libcameraDriverVersion = "dev-v2023.1.0-14-g787ab59"
libcameraDriverVersion = "dev-v2023.1.0-15-gc8988b3"
rknnVersion = "dev-v2024.0.1-4-g0db16ac"
frcYear = "2025"
mrcalVersion = "dev-v2024.0.0-24-gc1efcf0";