data.json
2.5 KB
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
{
"Protocol": "1",
"Time": {
"Year": "2015",
"Month": "03",
"Day": "06",
"Hour": "14",
"Minute": "55",
"Second": "38",
"Millisecond": "100"
},
"BaseInfo": {
"Ip": "192.168.3.7",
"Mode": "电警模式"
},
"Item": [
{
"Type": "FlowInfo",
"FlowVerison": "0.0.0.",
"TimePeroid": "30",
"StartTime": "0000-00-00 00:00:00 000",
"EndTime": "0000-00-00 00:00:00 000",
"Content": [
{
"LaneNo": "0", //车道
"FlowCount": "100", //流量
"Velocity": "50.0", //平均速度
"OccupationRate": "0", //占有率
"DistanceOfHead": "0", //时距
"FlowRate": "0",
"AvgOccupationRate": "0",
"OccupationRateUsingPoints": "0",
"QueueLength": "0" //排队长度
},
{
"LaneNo": "1",
"FlowCount": "100",
"Velocity": "50.0",
"OccupationRate": "0",
"DistanceOfHead": "0",
"FlowRate": "0",
"AvgOccupationRate": "0",
"OccupationRateUsingPoints": "0",
"QueueLength": "0"
}
]
},
{
"Type": "LightInfo",
"Content": { "Left": "R", "Straight": "G", "Right": "Y" }
},
{
"Type": "ResultInfo",
"Content": {
"URL": {
"PictureUrl": {
"PicUrl0": "../images/demo/feature.png",
"PicUrl1": "../images/demo/1.png",
"PicUrl2": "../images/demo/1.png",
"PicUrl3": "../images/demo/1.png"
},
"VideoUrl": "短时录像的url"
},
"LineNo": "1",
"PlateText": "京A12345",
"PlateType": "小型车",
"PlateColor": "蓝",
"PlateWidth": "80",
"ViolationType": "正常",
"Velocity": "43",
"CarColor": "黄",
"PictureTime": "2015-03-12 12:00:34"
}
},
{
"Type": "ErrorInfo",
"Content": { "ErrorState": "错误信息" }
}
]
}