Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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.10.0.0&sessionid=29101F1&cam.id=1&target=CAM&targetid=1&command=REC

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

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