Documentation for Intellect 4.11.0-4.11.3. Documentation for other versions of Intellect is available too.

Previous page Next page


You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

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

versionYes

See Product version

cam.idYesCamera ID
sessionidNoSession ID
targetYesCAM - "Camera" object class ID
targetidYesMatches cam.id
commandYes

Camera control commands:

  • Start recording: REC
  • Stop recording: REC_STOP
  • Arming: ARM
  • Disarming: DISARM
login NoIntellect username, if set
passwordNoIntellect user password, if set

Request example:

GET http://127.0.0.1:8085/web2/secure/video/action.do?version=4.7.8.0&sessionid=29101F1&cam.id=1&target=CAM&targetid=1&command=REC&login=USER&password=PASS

GET http://127.0.0.1:8085/web2/secure/video/action.do?version=4.7.8.0&sessionid=29101F1&cam.id=1&target=CAM&targetid=1&command=REC_STOP&login=USER&password=PASS

GET http://127.0.0.1:8085/web2/secure/video/action.do?version=4.7.8.0&sessionid=29101F1&cam.id=1&target=CAM&targetid=1&command=ARM&login=USER&password=PASS

GET http://127.0.0.1:8085/web2/secure/video/action.do?version=4.7.8.0&sessionid=29101F1&cam.id=1&target=CAM&targetid=1&command=DISARM&login=USER&password=PASS

  • No labels