Previous page Next page
GET http://IP-address:8888/RemoveCamera
| Parametr | Required | Description |
|---|---|---|
| displayId | Yes | Monitor id (see Getting the list of displays). |
| cameraName | Yes | Camera name from the response to Getting the list of cameras displayed on the layout request. |
Sample request:
GET http://127.0.0.1:8888/RemoveCamera?displayId=\\.\DISPLAY1&cameraName=host/HOSTNAME/DeviceIpint1/SourceEndPoint.video:0:0
Sample responce:
{
"Description": "",
"Status": "OK"
}
Here is an example of an error message:
{
"Description": "Error description",
"Status": "ERROR"
}
GET http://IP-address:8888/RemoveAllCameras
| Parametr | Required | Description |
|---|---|---|
| displayId | Yes | Monitor id (see Getting the list of displays). |
Sample request:
GET http://127.0.0.1:8888/RemoveAllCameras?displayId=\\.\DISPLAY1
GET http://IP-address:8888/AddCamera
| Parametr | Required | Description |
|---|---|---|
| displayId | Yes | Monitor id (see Getting the list of displays). |
| cameraName | Yes | Camera name from the response to Getting the list of cameras displayed on the layout request. |
Sample request:
GET http://127.0.0.1:8888/AddCamera?displayId=\\.\DISPLAY1&cameraName=host/HOSTNAME/DeviceIpint1/SourceEndPoint.video:0:0