Go to documentation repository
Documentation for Intellect 4.11.0-4.11.3. Documentation for other versions of Intellect is available too.
General request format:
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}
Request parameters:
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 | Intellect username, if set |
password | No | Intellect user password, if set |
Request example:
GET http://127.0.0.1:8085/web2/secure/video/action.do?version=4.10.0.0&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=4.10.0.0&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=4.10.0.0&sessionid=29101F1&cam.id=1&target=CAM&targetid=1&command=ARM
GET http://127.0.0.1:8085/web2/secure/video/action.do?version=4.10.0.0&sessionid=29101F1&cam.id=1&target=CAM&targetid=1&command=DISARM