data.json 2.5 KB
{
    "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": "错误信息" }
        }
    ]
}