[build] Upgrade OpenCV to 4.10.0 (#7500)

This commit is contained in:
Peter Johnson
2024-12-06 15:41:40 -08:00
committed by GitHub
parent 4ce8930342
commit c3fc7c829d
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ nativeUtils {
configureDependencies {
opencvYear = "frc2025"
niLibVersion = "2025.0.0"
opencvVersion = "4.8.0-2"
opencvVersion = "4.10.0-2"
}
}
}

View File

@@ -1,4 +1,4 @@
def opencvVersion = '4.8.0-2'
def opencvVersion = '4.10.0-2'
if (project.hasProperty('useCpp') && project.useCpp) {
model {