Skip to content

Commit fd5c426

Browse files
committed
Update OpenCV dependency
1 parent b9a9339 commit fd5c426

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

subprojects/robotpy-cscore/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ cpp = meson.get_compiler('cpp')
1818
libs_path = meson.current_source_dir() + '/lib/lib'
1919

2020
cscore_deps += [
21-
cpp.find_library('opencv4100', dirs: libs_path),
21+
cpp.find_library('opencv4130', dirs: libs_path),
2222
cpp.find_library('cscore', dirs: libs_path),
2323
cpp.find_library('cameraserver', dirs: libs_path),
2424
]

subprojects/robotpy-cscore/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,11 @@ extract_to = "lib"
6060

6161
[[tool.hatch.build.hooks.robotpy.maven_lib_download]]
6262
artifact_id = "opencv-cpp"
63-
group_id = "edu.wpi.first.thirdparty.frc2025.opencv"
63+
group_id = "org.wpilib.thirdparty.opencv"
6464
repo_url = "https://frcmaven.wpi.edu/artifactory/release"
65-
version = "4.10.0-3"
65+
version = "2027-4.13.0-3"
6666

67-
staticlibs = ["opencv4100"]
67+
staticlibs = ["opencv4130"]
6868
extract_to = "lib"
6969

7070

0 commit comments

Comments
 (0)