Versions Compared

Key

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

...

Configuration Article | CA-20220907-TP-60

VDG Sense | API | Functions | Servers & Devices

Image Added

View file
nameCA-20220907-TP-60.pdf

Table of Contents

Removed as of version 2
Deprecated as of 1.11.3, use getDeviceList instead.

Obtains a list of all cameras available in the network.

Request

Code Block
command=getCameraList

Response

Code Block
[string]
...

node

value

remarks

/result

@errorcode

[number]

See error codes below

/result/cameras

@count

[number]

The number of cameras

/result/cameras/camera

camera

[string]

the user defined camera name.

id

[UID]

unique camera id

Changelog

  • 2.1.1 – Removed

  • 1.11.3 – Deprecated, use getDeviceList instead.

  • 1.10.3 – Reverted the changes from 1.10.1 to maintain backwards compatibility. Use getDeviceList to obtain more information.

  • 1.10.1 – Replaced attribute id with subtag cameraid, added subtag serverid, replaced value of tag camera with subtag name, added subtag response.

  • 1.3.7 -Renamed attribute cameraCount to count.

  • 1.3.5 – Moved count attribute from tag result to tag cameras

  • 1.3.1 – Added