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/detectors/{VIDEOSOURCEID}

{VIDEOSOURCEID} − 3부 구성 소스 엔드포인트 ID의 첫 번째 두 부분 (비디오 카메라 목록 및 정보 가져오기 참조). 예: "SERVER1/DeviceIpint.1".

샘플 요청:

GET http://127.0.0.1:80/detectors/SERVER1/DeviceIpint.1

샘플 응답:

{
    "detectors": [
        {
            "name": "hosts/SERVER1/AVDetector.1/EventSupplier",
            "type": "SceneDescription"
        },
        {
            "name": "hosts/SERVER1/AVDetector.12/EventSupplier",
            "type": "NullAudioDetection"
        }
    ]
}

Attention!

type 필드는 더 이상 사용되지 않습니다. 감지 도구에 대한 최신 정보를 얻으려면 /camera/list 요청을 사용하는 것이 좋습니다 (비디오 카메라 목록 및 정보 가져오기 참고).

type 매개변수의 사용 가능한 값:

type검출 도구
SceneDescription
장면 분석 검출 도구 
CrossOneLine라인 크로싱
moveInZone영역 내 움직임
StopInZone영역 내 정지
ComeInZone영역 내 등장
OutOfZone영역 내 사라짐
LongInZone배회
lostObject다중 객체
LprDetector번호판 인식
TvaFaceDetector얼굴 인식
PeopleCounter방문자 카운터
QueueDetector대기열 감지
FireDetector
화재 감지
SmokeDetector
연기 감지
NeuroCounter신경망 카운팅
SceneChange
위치 변화
QualityDegradation_v2
이미지 노이즈 감지
QualityDegradation
품질 저하
BlurredDegradation
흐린 이미지 감지
CompressedDegradation
압축 아티팩트 감지
MotionDetection
움직임 감지
NullAudioDetection
신호 없음
SignalAudioDetection
신호
NoiseAudioDetection
노이즈
PoseDetector자세 감지
RecumbentDetector넘어짐 감지
SitDownDetector앉은 사람 감지
HandsUpDetector손 든 사람 감지
WaterLevelDetector수위 감지
HandRailDetector난간 잡기 감지
PeopleCountDetectorBySkeleton사람 카운터
PeopleDistanceDetector가까이 서 있는 사람 감지
PoseMaskingDetector사람 마스킹
  • No labels