File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
subprojects/robotpy-cscore Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ cpp = meson.get_compiler('cpp')
18
18
libs_path = meson .current_source_dir() + ' /lib/lib'
19
19
20
20
cscore_deps += [
21
- cpp.find_library (' opencv480 ' , dirs : libs_path),
21
+ cpp.find_library (' opencv4100 ' , dirs : libs_path),
22
22
cpp.find_library (' cscore' , dirs : libs_path),
23
23
cpp.find_library (' cameraserver' , dirs : libs_path),
24
24
]
Original file line number Diff line number Diff line change @@ -60,11 +60,11 @@ extract_to = "lib"
60
60
61
61
[[tool .hatch .build .hooks .robotpy .maven_lib_download ]]
62
62
artifact_id = " opencv-cpp"
63
- group_id = " edu.wpi.first.thirdparty.frc2024 .opencv"
63
+ group_id = " edu.wpi.first.thirdparty.frc2025 .opencv"
64
64
repo_url = " https://frcmaven.wpi.edu/artifactory/release"
65
- version = " 4.8 .0-1 "
65
+ version = " 4.10 .0-3 "
66
66
67
- staticlibs = [" opencv480 " ]
67
+ staticlibs = [" opencv4100 " ]
68
68
extract_to = " lib"
69
69
70
70
Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ extra_includes:
4
4
5
5
classes :
6
6
frc::CameraServer :
7
+ force_type_casters :
8
+ - std::optional
7
9
attributes :
8
10
kBasePort :
9
11
kSize640x480 :
You can’t perform that action at this time.
0 commit comments