Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Section


Column
width35%


Panel
borderColor#CCCCCC
bgColor#FFFFFF
titleBGColor#F0F0F0
borderStylesolid
titleOn page:
Table of Contents



Column

...



현재 레이아웃에서 카메라 제거

GET http://IP-address:8888/RemoveCamera

Parametr파라미터Required필수Description설명
displayIdYesMonitor 모니터 id (see Getting the list of displays).디스플레이 목록 가져오기 참조)
cameraNameYes

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설명
displayIdYesMonitor 모니터 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설명
displayIdYesMonitor 모니터 id (see Getting the list of displays).디스플레이 목록 가져오기 참조)
cameraNameYes

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