README.md 552 字节
Newer Older
E
eguid 已提交
1
# easyCV
E
eguid 已提交
2
video recording and snapshot service,based on javaCV. 基于javaCV的视频录像和快照(截图)服务。
E
eguid 已提交
3 4 5


### dependency library
E
eguid 已提交
6 7 8 9 10 11 12 13 14 15 16 17
Core lib based on 'javacv 1.4.x',web service based on 'spring-boot 2.x'.

### build
Project is based on jdk1.8,build on maven.

### core lib
The core library of video recording and snapshots is two separate modules.

### web service
Web services used springboot services,each web service is an independent micro service.
The default port of video recording service is '8082',video capture service is '8081'.

E
eguid 已提交
18