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
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

...