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

Previous page 카메라  카메라 실시간 스트리밍 가져오기 Next page

GET http://IP-address:port/prefix/camera/batch

파라미터필수설명
filterYes

{VIDEOSOURCEID1},{VIDEOSOURCEID2} 형식의 비디오 카메라 목록 등

{VIDEOSOURCEID}—소스 엔드포인트의 네 부분 식별자 (비디오 카메라 목록 및 정보 가져오기 참조). 

요청 예시:

GET http://127.0.0.1:80/camera/batch?filter=hosts/Server1/DeviceIpint.2/SourceEndpoint.video:0:0,hosts/Server2/DeviceIpint.5/SourceEndpoint.video:0:0

응답 예시:

{
    "cameras" :
    [
        {
            "accessPoint" : "hosts/Server1/DeviceIpint.2/SourceEndpoint.video:0:0",
            "archives" :
            [
                {
                    "accessPoint" : "hosts/Server1/DeviceIpint.2/SourceEndpoint.video:0:0",
                    "default" : false,
                    "incomplete" : false,
                    "isEmbedded" : false,
                    "storage" : "hosts/Server1/MultimediaStorage.AliceBlue/MultimediaStorage",
                    "storageDisplayName" : "AliceBlue"
                }
            ],
            "audioStreams" :
            [
                {
                    "accessPoint" : "hosts/Server1/DeviceIpint.2/SourceEndpoint.audio:0",
                    "isActivated" : true
                }
            ],
            "azimuth" : "0",
            "camera_access" : "CAMERA_ACCESS_FULL",
            "comment" : "",
            "detectors" :
            [
                {
                    "accessPoint" : "hosts/Server1/AVDetector.1/EventSupplier",
                    "displayName" : "Face detection",
                    "events" :
                    [
                        "TargetList",
                        "faceAppeared"
                    ],
                    "isActivated" : false,
                    "parentDetector" : "",
                    "type" : "TvaFaceDetector"
                }
            ],
            "displayId" : "2",
            "displayName" : "Hall",
            "enabled" : true,
            "groups" :
            [
                "e2f20843-7ce5-d04c-8a4f-826e8b16d39c"
            ],
            "ipAddress" : "0.0.0.0",
            "isActivated" : true,
            "latitude" : "78.2379",
            "longitude" : "15.4466",
            "model" : "Virtual several streams",
            "offlineDetectors" : [],
            "panomorph" : false,
            "ptzs" : [],
            "rays" : [],
            "textSources" : [],
            "vendor" : "Virtual",
            "videoStreams" :
            [
                {
                    "accessPoint" : "hosts/Server1/DeviceIpint.2/SourceEndpoint.video:0:0"
                },
                {
                    "accessPoint" : "hosts/Server1/DeviceIpint.2/SourceEndpoint.video:0:1"
                }
            ]
        }
    ],
    "search_meta_data" : []
}                                   

Note

응답에서 파라미터 설명은 비디오 카메라 목록 및 정보 가져오기를 참조하세요.

  • No labels