Previous page Next page
GET http://IP-address:port/prefix/camera/batch
| Parameter | Required | Description |
|---|---|---|
| filter | Yes | List of video cameras in the {VIDEOSOURCEID1},{VIDEOSOURCEID2} format, etc. {VIDEOSOURCEID}—four-part identifier of the source endpoint (see Get list of video cameras and information about them). |
Sample request:
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
Sample response:
{
"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
For a description of the parameters in the response, see Get list of video cameras and information about them.