VIVOTEK
90 - User's Manual
The following CSV example shows the same event description in csv format, note that,
camera will send zero counting even if there is no count for that interval if you deselect the
lite mode.
UtcTime,GroupID,DeviceID,ModelName,MacAddress,IPAddress,TimeZone,DST
2015-05-28T06:30:01Z,0,0,SC8131,00:02:81:31:00:08,172.16.2.134,+8,0
RuleType,RuleName,In,Out,StartTime,EndTime
Counting,Counting1,1,2,2015-05-28T06:15:00Z,2015-05-28T06:30:00Z
Counting,Counting2,0,0,2015-05-28T06:15:00Z,2015-05-28T06:30:00Z
Below is the JSON example showing the same condition in json format. a zero counting
data will still be sent if you deselect the lite mode.
{
"Source":
{
"UtcTime":"2015-05-28T06:30:01Z",
"GroupID":"0",
"DeviceID":"0",
"ModelName":" SC8131",
"MacAddress":"00:02:81:31:00:08",
"IPAddress":"172.16.2.134",
"TimeZone":"+8",
"DST":"0"
},
"Data":
[
{
"RuleType":"Counting",
"CountingInfo":
[
{
"RuleName":"Conting1",
"In":1,
"Out":2,
"StartTime":"2015-05-28T06:15:00Z",
"EndTime":"2015-05-28T06:30:00Z"
},
{
"RuleName":"Conting2",
"In":0,
"Out":2,
"StartTime":"2015-05-28T06:15:00Z",
"EndTime":"2015-05-28T06:30:00Z"
}
]
}
]
}