/
Get Camera Information Lists
Get Camera Information Lists
Return camera information.
GET /media/cameraInfo?token=[PublicAccessToken]&name=[CameraName]
Parameters
Name | Type | Description |
---|---|---|
PublicAccessToken | String | Public access token |
CameraName | String | Camera name |
Example Response
{ "Camera Name": { "name": "Camera Name", "description": "Camera Description", "label": "Camera Display Name", "mediaserver": "Media Server Name", "status": "Status", "mediaLink": "Camera Link", "properties": { "rtsp": "Camera RTSP URL", "RtspID": "RTSP Login ID", "RtspPassword": "RTSP Login Password", "latitude": "Geo Location", "longitude": "Geo Location", "PlayerTypeName": "video", "UsePTZ": "PTZ Support" }, "metrics": "Information from VSM" } }
Remarks
The table below shows descriptions on status response that describes connection status between Camera and VMS.
Status | Description |
---|---|
online | Camera is connected to VMS |
offline | Camera is disconnected from VMS |
error | The VMS has sent signal to camera but no response come from camera Communication error between CC and VMS |
unknown | Anything not defined in the above cases |
, multiple selections available,