You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
spring:
|
|
application:
|
|
name: LxCameraApi
|
|
|
|
server:
|
|
port: 8097
|
|
#两台相机
|
|
camera:
|
|
- id: 1
|
|
ip: 192.168.1.1
|
|
convertConfPath: "E:\pe.json"
|
|
computeConfPath: "E:\peconf.json"
|
|
- id: 2
|
|
ip: 192.168.1.2
|
|
convertConfPath: "E:\pe.json"
|
|
computeConfPath: "E:\peconf.json" |