Go to documentation repository
GET http://IP-address:port/web2/secure/video/action.do?version={version}&sessionid={sessionid}&video_in={video_in}&command=arc.frame&time={time}&range={range}&login={login}&password={password}
Parameter | Is required | Description |
---|---|---|
version | Yes | See Product version |
sessionid | No | Session ID |
video_in | Yes | Camera ID in the format "TYPE:ID", for example "CAM:1" |
command | Yes | Command to get video from archive: arc.frame |
time | Yes | Frame time |
range | No | 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); |
imageWidth | No | Width in pixels (is counted automatically with saving proportions if it isn't specified or equal 0) |
imageHeight | No | Height in pixels (is counted automatically with saving proportions if it isn't specified or equal 0) |
login | No | Axxon PSIM username, if set |
password | No | Axxon PSIM user password, if set |
GET http://127.0.0.1:8085/web2/secure/video/action.do?version=1.0.1.224&sessionid=29101F1&video_in=CAM:5&command=arc.frame&time=2013-03-22T13:04:52.312+04:00&range=0.1&login=USER&password=PASS
GET http://IP-address:port/action.do?version={version}&video_in={video_in}&command=arc.frame&time={time}
Parameter | Is required | Parameter |
---|---|---|
version | Yes | See Product version |
video_in | Yes | Camera ID in the format "TYPE:ID", for example "CAM:1" |
command | Yes | Command to get video from archive: arc.frame |
time | Yes | Frame time |
GET http://127.0.0.1:80/action.do?version=1.0.1.224&video_in=CAM:1&command=arc.frame&time=2018-08-12T22:29:06Z
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.