Skip to content

Commit ecc15c2

Browse files
Add board lockzhiner-vision-module (#159)
1 parent 1906a37 commit ecc15c2

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

.github/workflows/release.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1835,6 +1835,15 @@ jobs:
18351835
setup-env-cmd: |
18361836
export LOONGARCH64_ROOT_PATH=$GITHUB_WORKSPACE/loongson-gnu-toolchain-8.3-x86_64-loongarch64-linux-gnu-rc1.5
18371837
cmake-options: -DCPU_BASELINE='' -DCPU_DISPATCH=''
1838+
1839+
- name: lockzhiner-vision-module
1840+
single-core: true
1841+
cmake-toolchain: arm-rockchip830-linux-uclibcgnueabihf.toolchain.cmake
1842+
setup-toolchain-cmd: |
1843+
git clone --depth 1 https://gitee.com/LockzhinerAI/arm-rockchip830-linux-uclibcgnueabihf.git arm-rockchip830-linux-uclibcgnueabihf
1844+
setup-env-cmd: |
1845+
export TOOLCHAIN_ROOT_PATH=$GITHUB_WORKSPACE/arm-rockchip830-linux-uclibcgnueabihf
1846+
cmake-options: -DWITH_RK=ON
18381847

18391848
env:
18401849
COMMON_CMAKE_OPTIONS: |

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,19 @@ https://github.com/nihui/opencv-mobile/releases/latest
426426
</a>
427427
</td>
428428
</tr>
429-
429+
<td>
430+
<a href="https://gitee.com/LockzhinerAI/LockzhinerVisionModule">
431+
<img alt="lockzhiner-vision-module" src="https://github.com/user-attachments/assets/67252677-a336-4a88-9c65-f10d34c6c1f2" width="auto" height="120">
432+
<br /><b>lockzhiner-vision-module</b>
433+
</a>
434+
<br />arm-linux-uclibcgnueabihf<br />
435+
&#9989; HW JPG encoder<br />
436+
&#9989; MIPI CSI camera<br />
437+
&#9989; DPI LCD screen<br />
438+
<a href="https://github.com/nihui/opencv-mobile/releases/latest/download/opencv-mobile-4.10.0-lockzhiner-vision-module.zip">
439+
<img alt="opencv4-lockzhiner-vision-module" src="https://img.shields.io/badge/download-4.10.0-blue?style=for-the-badge">
440+
</a>
441+
</td>
430442
</table>
431443

432444
# Usage Android

0 commit comments

Comments
 (0)