Documentation for Axxon One 2.0. Documentation for other versions of Axxon One is [available too].

Previous page Next page

GET http://IPaddress:8888/GetCameras

파라미터필수설명
layoutIdYes

레이아웃 id (레이아웃 목록 가져오기 참조).

지정된 ID를 가진 레이아웃을 찾을 수 없는 경우, 쿼리는 지정된 디스플레이에 대한 현재 레이아웃의 카메라 목록을 반환합니다.

displayIdYes모니터 id (디스플레이 목록 가져오기 참조).

샘플 요청:

GET http://127.0.0.1:8888/GetCameras?layoutId=102&displayId=\\.\DISPLAY1

샘플 응답:

{
    "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"
        }
    ]
}
  • No labels