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