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/statistics/{VIDEOSOURCEID} − 특정 카메라에 대한 통계

{VIDEOSOURCEID} − 세 부분으로 구성된 소스 엔드포인트 ID (비디오 카메라 목록 및 정보 가져오기 참조). 예를 들어, "SERVER1/DeviceIpint.3/SourceEndpoint.video:0:0".

여러 카메라에 대한 통계:  POST http://IP-Address:port/prefix/statistics/ + 요청 본문은 다음 형식으로 작성됩니다.

[ 
    "hosts/SERVER1/DeviceIpint.1/SourceEndpoint.video:0:0",
    "hosts/SERVER1/DeviceIpint.2/SourceEndpoint.video:0:0"
]
파라미터필수설명
waterlevelNo

waterlevel = 1 − 응답에는 카메라에 대해 수위 감지가 설정된 경우 현재 수위 값이 포함됩니다 (수위 검출 설정 참조).

요청 예시:

GET http://127.0.0.1:80/statistics/Server1/DeviceIpint.1/SourceEndpoint.video:0:0

응답 예시:

{
  "bitrate": 592831,
  "fps": 2.278942490e+01,
  "width": 1280,
  "height": 720,
  "mediaType": 2,
  "streamType": 877088845
}
  • No labels