Go to documentation repository
...
Section | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...
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 레이아웃에 표시된 카메라 목록 가져오기 request. 요청에 대한 응답에서 카메라 이름 |
샘플 요청Sample request:
GET http://127.0.0.1:8888/RemoveCamera?displayId=\\.\DISPLAY1&cameraName=host/HOSTNAME/DeviceIpint1/SourceEndPoint.video:0:0
Sample responce샘플 응답:
Code Block |
---|
{ "Description": "", "Status": "OK" } |
Here is an example of an error message:여기 오류 메시지 예시가 있습니다.
Code Block |
---|
{ "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 레이아웃에 표시된 카메라 목록 가져오기 request. 요청에 대한 응답에서 카메라 이름 |
샘플 요청Sample request:
GET http://127.0.0.1:8888/AddCamera?displayId=\\.\DISPLAY1&cameraName=host/HOSTNAME/DeviceIpint1/SourceEndPoint.video:0:0