Skip to content

mengwang0211/hikvision-security-platform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

hikvision-security-platform

Maven Central License

海康威视综合安防平台 JAVA SDK封装 - SpringBoot

完成功能
1. 视频对接

依赖

lombok

用法

pom.xml引入[已上传到中央仓库]
<dependency>
    <groupId>com.github.mengwang0211</groupId>
    <artifactId>hikvision-security-platform</artifactId>
    <version>1.0.0</version>
</dependency>    
application.yml
hikvision:
    cameras:
        host: xxxxxxxx
        appKey: xxxxxx
        appSecret: xxxxx
发送消息
    @Autowired
    CamerasHandler camerasHandler;

About

海康综合安防平台

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages