-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.json
124 lines (124 loc) · 2.65 KB
/
metadata.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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"events": [
{
"id": "carIdentify",
"name": "车牌识别事件",
"direction": 0,
"type": "info",
"outputData": [
{
"id": "vehicleLaneKey",
"name": "摄像机唯一标识",
"dataType": "string",
"description": ""
},
{
"id": "ipaddr",
"name": "设备ip地址",
"dataType": "string",
"description": ""
},
{
"id": "license",
"name": "车牌号码字符串",
"dataType": "string",
"description": ""
},
{
"id": "colorType",
"name": "车牌颜色",
"dataType": "string",
"description": ""
},
{
"id": "type",
"name": "车牌类型",
"dataType": "string",
"description": ""
},
{
"id": "confidence",
"name": "识别结果可信度",
"dataType": "string",
"description": ""
},
{
"id": "scanTime",
"name": "识别时间",
"dataType": "string",
"description": ""
},
{
"id": "imageFile",
"name": "图像地址",
"dataType": "string",
"description": ""
},
{
"id": "imageFragmentFile",
"name": "车牌缩略图地址",
"dataType": "string",
"description": ""
},
{
"id": "triggerType",
"name": "触发类型",
"dataType": "string",
"description": ""
}
]
}
],
"properties": [
{
"id": "conUrl",
"name": "连接地址",
"dataType": "array",
"description": "NATS服务器地址",
"defaultValue": [
"nats://127.0.0.1:4222"
]
},
{
"id": "brightness",
"name": "屏幕亮度",
"dataType": "int",
"description": ""
}
],
"functions": [
{
"id": "setBrt",
"name": "设置亮度",
"direction": 0,
"inputData": [
{
"id": "channelout",
"name": "485端口号",
"dataType": "int",
"description": ""
},
{
"id": "brightness",
"name": "亮度",
"dataType": "int",
"description": ""
}
],
"outputData": [
{
"id": "resultCode",
"name": "返回码",
"dataType": "int",
"description": ""
},
{
"id": "info",
"name": "返回信息",
"dataType": "string",
"description": ""
}
]
}
]
}