Go to documentation repository
Page History
...
Section | ||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Video archive stream is sent on the same format as live video.
...
time_from – start of interested time range.
Optional parameters:
time_to – start and end of interested time range.
...
format – if absent, the response is in XML; if set to json, the response is JSON.
Example XML response:
|
...
Getting one frame from archive - "arc.frame"
1st way
GET
...
video_in - camera ID;
time - interested time.
Optional parameters:
range - time in seconds to specify search range of the nearest frame relatively the time parameter (the nearest frame all over archive is searched if this parameter is not specified);
...
In return http-headings and the nearest frame from the [time - range, time + range] range in the jpeg format will be received. The reply body will be empty if there is no frame in the range.
2nd way
Get the nearest frame to the "time" from "video_in":
http://example.com:[port]/action.do?version=4.9.0.0&video_in=CAM:1&command=arc.frame&time=2018-08-12T22:29:06Z
Example response:
Getting video from archive - "arc.play"
...
time_from - start time of archive playing back.
Optional parameters:
time_to - completion time of archive playing back (if parameter is not specified, all archive will play back);
...
End packet with newstate=closed and errcode=100 will be received when stream completion.
Getting list of records (the second way)
...
http://example.com:[port]/web2/secure/archive/CAM:1/2013-10-18/?days=10
XML:
|
JSON:
|
...
Getting records for a month (shows days of September at which there are records):
http://example.com:[port]/web2/secure/archive/CAM:2/2011-12/
XML:
|
JSON:
|
...
If there are no records, the following will be received
XML:
<days/>
JSON:
[]