Go to documentation repository
...
Parameter | Is required | Description |
---|---|---|
version | Yes | See Product version Note. |
video_in | Yes | Camera ID in the format "TYPE:ID", for example "CAM:1" |
sessionid | No | Session ID |
imageWidth | No | Frame width. Value can be in [64, 1600] range. Server automatically rounds width to larger value divisible by 4. If not, then the size of the returned image is taken from the video stream |
imageHeight | No | Frame height. Value can be in [30, 1200] range. If not, then the size of the returned image is taken from the video stream |
normalize | No | true − stretches the image if the frame comes in incorrect proportions |
fps | No | Video frame rate |
login | No | Axxon PSIM username, if set |
password | No | Axxon PSIM user password, if set |
output file name | Yes | The name of the file to which the requested video will be output |
...