Go to documentation repository
GET http://IP-address:port/web2/secure/video/action.do?version={version}&sessionid={sessionid}&cam.id={cam.id}&target=CAM&targetid={targetid}&command={command}&login={login}&password={password}
Parameter | Is required | Description |
---|---|---|
version | Yes | See Product version |
cam.id | Yes | Camera ID |
sessionid | No | Session ID |
target | Yes | CAM—"Camera" object class ID |
targetid | Yes | Matches cam.id |
command | Yes | Camera control commands:
|
manual<number> | Yes | Manual recording mode. The parameter is automatically generated for Start recording and Stop recording commands. <number> can be 0 (manual recording mode disabled) or 1 (manual recording mode enabled) |
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&cam.id=1&target=CAM&targetid=1&command=REC¶meters=manual<1>
GET http://127.0.0.1:8085/web2/secure/video/action.do?version=1.0.1.224&sessionid=29101F1&cam.id=1&target=CAM&targetid=1&command=REC_STOP¶meters=manual<1>
GET http://127.0.0.1:8085/web2/secure/video/action.do?version=1.0.1.224&sessionid=29101F1&cam.id=1&target=CAM&targetid=1&command=ARM
GET http://127.0.0.1:8085/web2/secure/video/action.do?version=1.0.1.224&sessionid=29101F1&cam.id=1&target=CAM&targetid=1&command=DISARM