Go to documentation repository
...
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 | IntellectAxxon PSIM username, if set |
| password | No | IntellectAxxon PSIM user password, if set |
...