宇视抓拍图片

This commit is contained in:
zc
2026-03-23 15:40:22 +08:00
parent 3b8d01b673
commit 027da720fd
45 changed files with 17093 additions and 0 deletions

View File

@@ -115,6 +115,16 @@
<scope>system</scope>
<systemPath>${project.basedir}/Library/MvCameraControlWrapper.jar</systemPath>
</dependency>
<!-- 本地库JNA -->
<dependency>
<groupId>com.sun.jna</groupId>
<artifactId>jna</artifactId>
<version>1.0</version>
<scope>system</scope>
<systemPath>${project.basedir}/src/main/resources/lib/jna.jar</systemPath>
</dependency>
</dependencies>
<build>