Documentation for Axxon Next 3.6.4. Documentation for other versions of Axxon Next is [available too].

Previous page Getting the list of cameras displayed on the layout  Get statistics Next page

GET http://IP-address:8888/RemoveCamera?displayId=\\.\DISPLAY1&cameraName=hosts/SERVERNAME/DeviceIpint.0/SourceEndpoint.video:0:0 - removing a camera 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&cameraName=hosts/SERVERNAME/DeviceIpint.0/SourceEndpoint.video:0:0 - adding a camera to the current layout of DISPLAY1.

cameraName - camera name in configuration (see Get list of video sources (cameras)Getting the list of cameras displayed on the layout).

 

Here is an example of response:

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

 

Here is an example of an error message:

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

  • No labels