Previous page Getting the list of cameras displayed on the layout  Getting the list of displays Next page

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

where Name - camera name from the response to Getting the list of cameras displayed on the layout request.

 

Here is an example of response to all requests:

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

 

Here is an example of an error to all requests:

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

  • No labels