Go to documentation repository
GET http://IP-address:port/web2/secure/video/action.do?version={version}&sessionid={sessionid}&video_in={video_in}&normalize={normalize}&imageWidth={imageWidth}&imageHeight={imageHeight}&fps={fps}&login={login}&password={password}
Parameter | Is required | Description |
---|---|---|
version | Yes | See Product version Note. Not more than 6 video streams can be received simultaneously |
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 |
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 |
GET http://127.0.0.1:8085/web2/secure/video/action.do?version=1.0.1.224&sessionid=1234567890&video_in=CAM:1&imageWidth=200&fps=1&login=USER&password=PASS
<html> <head/> <body> <img src="path to mjpeg"/> </body> </html>