Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
haidong 4a388a49f6 增加进出时间,人员设置进出模板(列出计划模板内容) il y a 2 ans
lib 提交 il y a 3 ans
src/main 增加进出时间,人员设置进出模板(列出计划模板内容) il y a 2 ans
.gitignore 进行数据解析处理中 il y a 3 ans
README.md 更新README.md內容 il y a 3 ans
pom.xml 海康人脸设备分时段配置 il y a 2 ans

README.md

该工程用于项目引入访问硬件设备 支持硬件厂商: 2.海康

因海康和大华使用的jna版本不同大华的高版本,海康的低版本,所以只支持一方 解决办法是使用大华提供的高版本jna,将海康的HCNetSDK.java文件中的Structure 继承到最新版本jna

lib 目录下存放的是项目依赖jar包,需手动安装到本地maven 仓库中 mvn install:install-file -DgroupId=com.sun.jna -DartifactId=examples -Dversion=1.0.0 -Dpackaging=jar -Dfile=.\src\main\libs\examples.jar mvn install:install-file -DgroupId=com.hikvision -DartifactId=netsdk -Dversion=1.0.0 -Dpackaging=jar -Dfile=.\src\main\libs\INetSDK.jar mvn install:install-file -DgroupId=com.sun.jna -DartifactId=jna -Dversion=1.0.0 -Dpackaging=jar -Dfile=.\src\main\libs\jna.jar