Documentation for Axxon Next 3.6.4. Documentation for other versions of Axxon Next 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 4 Next »

GET http://IP-address:8888/RemoveCamera?displayId=\\.\DISPLAY1&cameraId=1 - removing a camera with id 1 from the current layout of DISPLAY1.

GET http://IP-address:8888/RemoveAllCameras?displayId=\\.\DISPLAY1 - removing all cameras from the current layout of DISPLAY1.

GET http://IP-address:8888/AddCamera?displayId=\\.\DISPLAY1&cameraId=1 - adding a camera with id 1 to the current layout of DISPLAY1.

 

Here is an example of response:

{ "Description": "", "Status": "OK" }

 

Here is an example of an error message:

{ "Description": "Error description", "Status": "ERROR" }

  • No labels