File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 46
46
47
47
- uses : pguyot/arm-runner-action@v2
48
48
with :
49
- base_image : https://github.com/Joshua-Riek/ubuntu-rockchip /releases/download/v1.30/ubuntu-22.04.3-preinstalled-server-arm64-orangepi-5 .img.xz
49
+ base_image : https://github.com/PhotonVision/photon-image-modifier /releases/download/v2025.0.0-beta-7/photonvision_opi5 .img.xz
50
50
cpu : cortex-a7
51
51
image_additional_mb : 1500
52
52
bind_mount_repository : true
Original file line number Diff line number Diff line change @@ -34,8 +34,8 @@ set(RGA_PATH ${CMAKE_SOURCE_DIR}/src/main/native/lib/3rdparty/rga/RK3588)
34
34
set (RGA_LIB ${RGA_PATH} /lib/Linux/${LIB_ARCH}/librga.so )
35
35
36
36
37
- set (OPENCV_YEAR "frc2024 " )
38
- set (OPENCV_VERSION "4.8 .0-2 " )
37
+ set (OPENCV_YEAR "frc2025 " )
38
+ set (OPENCV_VERSION "4.10 .0-3 " )
39
39
# also valid: windowsx86-64
40
40
41
41
# type can be "", "debug", "static", or "staticdebug"
@@ -109,7 +109,7 @@ message("RGA is ${RGA_LIB}")
109
109
110
110
add_executable (main_test src/main/native/cpp/main_test.cc )
111
111
target_link_libraries (main_test ${PROJECT_NAME} ${RGA_LIB} )
112
- target_include_directories (main_test PRIVATE
112
+ target_include_directories (main_test PRIVATE
113
113
${CMAKE_CURRENT_SOURCE_DIR} /src/main/native/include
114
114
${CMAKE_CURRENT_SOURCE_DIR} /src/main/native/include/model_zoo
115
115
${OPENCV_INCLUDE_PATH}
You can’t perform that action at this time.
0 commit comments