-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathConf.json
59 lines (59 loc) · 1.19 KB
/
Conf.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"package": {
"productName": "heg-record-camera",
"version": "0.1.0"
},
"window": {
"theme": "Mask",
"ui": {
"title": "#name#-#version#",
"className": "#name#",
"x": 0,
"y": 0,
"width": 1024,
"height": 600
}
},
"log": {
"level": "Debug",
"folder": "{origin}/#name#-#version#/logs/{date}",
"fname": "#name#.log",
"format": "{level}{target}{file}{line}{thread-ids}{thread-names}",
"outputList": [
"folder",
"stdout",
"webview"
]
},
"camera": {
"ui": {
"title": "机内检查-#version#",
"className": "#name#-mii",
"x": 0,
"y": 0,
"width": 400,
"height": 350
},
"loginInfo": {
"host": "10.10.6.23",
"port": 8000,
"uname": "admin",
"passwd": "admin123",
"protocal": "Hikvision"
},
"logDir": "{origin}/#name#-#version#/hik-logs/{date}",
"cacheDir": "{origin}/#name#-#version#/cache/{date}",
"autoCapture": true,
"apiType": "HikMvs",
"mvs": {
"quality": 60,
"imageType": 2,
"methodValue": 0,
"mSec": 3000
},
"net": {
"bufSize": 10485760,
"maxCache": 100
}
}
}