Unable to render embedded object: File (books.jpg) not found.
Go to documentation repository
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" }