Go to documentation repository
GET http://IPaddress:8888/GetCameras
Parametr파라미터 | Required필수 | Description설명 |
---|---|---|
layoutId | Yes | Layout 레이아웃 id (see 레이아웃 목록 가져오기 참조).If the layout with specified id will not be found, then the query will return the list of cameras of the current layout for the specified display 지정된 ID를 가진 레이아웃을 찾을 수 없는 경우, 쿼리는 지정된 디스플레이에 대한 현재 레이아웃의 카메라 목록을 반환합니다. |
displayId | Yes | Monitor 모니터 id (see Getting the list of displays디스플레이 목록 가져오기 참조). |
Sample request샘플 요청:
GET http://127.0.0.1:8888/GetCameras?layoutId=102&displayId=\\.\DISPLAY1
Sample response샘플 응답:
Code Block |
---|
{ "Description": "", "Status": "OK", "CameraInfo": [ { "DisplayName": "1.Camera", "Id": "1", "Name": "host/HOSTNAME/DeviceIpint1/SourceEndPoint.video:0:0" }, { "DisplayName": "2.Camera", "Id": "2", "Name": " host/HOSTNAME/DeviceIpint2/SourceEndPoint.video:0:0" } ] } |
...