海康工业相机对接黑白画面

This commit is contained in:
zc
2026-03-11 10:55:59 +08:00
parent 41e0b0b5b4
commit fde2f18ff5
5 changed files with 844 additions and 0 deletions

View File

@@ -80,6 +80,15 @@
<artifactId>jakarta.websocket-api</artifactId>
<version>2.1.0</version>
</dependency>
<!-- 本地库MvCameraControlWrapper -->
<dependency>
<groupId>com.hikvision</groupId>
<artifactId>MvCameraControlWrapper</artifactId>
<version>1.0</version>
<scope>system</scope>
<systemPath>${project.basedir}/Library/MvCameraControlWrapper.jar</systemPath>
</dependency>
</dependencies>
<build>