Versions Compared

Key

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

...

Parameter

Is required

Description

versionYes

See Product version

cam.idYesCamera ID
sessionidNoSession ID
targetYesCAM—"Camera" object class ID
targetidYesMatches cam.id
login NoIntellect username, if set
passwordNoIntellect user password, if set
commandYes

Camera control commands:

  • Start recording: REC
  • Stop recording: REC_STOP
  • Arming: ARM
  • Disarming: DISARM
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 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.710.80.0&sessionid=29101F1&cam.id=1&target=CAM&targetid=1&command=REC&login=USER&password=PASSparameters=manual<1>

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

GET http://127.0.0.1:8085/web2/secure/video/action.do?version=4.710.80.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.710.80.0&sessionid=29101F1&cam.id=1&target=CAM&targetid=1&command=DISARM&login=USER&password=PASS


Tip

PTZ control