File tree Expand file tree Collapse file tree
subprojects/robotpy-cscore Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ cpp = meson.get_compiler('cpp')
1818libs_path = meson .current_source_dir() + ' /lib/lib'
1919
2020cscore_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]
Original file line number Diff line number Diff line change @@ -60,11 +60,11 @@ extract_to = "lib"
6060
6161[[tool .hatch .build .hooks .robotpy .maven_lib_download ]]
6262artifact_id = " opencv-cpp"
63- group_id = " edu.wpi.first. thirdparty.frc2025 .opencv"
63+ group_id = " org.wpilib. thirdparty.opencv"
6464repo_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 " ]
6868extract_to = " lib"
6969
7070
You can’t perform that action at this time.
0 commit comments