Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

GET http://IP Address:port/prefix/detectors/{VIDEOSOURCEID}

Tip

{VIDEOSOURCEID} − first 2 parts of three-component source endpoint ID (see 비디오 카메라 목록 및 정보 가져오기). For instance, "SERVER1/DeviceIpint.1".

Sample request:

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

Sample response:

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


Note
titleAttention!

The type field is deprecated. To get up-to-date information on detection tools, it is recommended to use the /camera/list request (see 비디오 카메라 목록 및 정보 가져오기).

Available values of type parameter:

typeDetection tool
SceneDescription
Scene Analytics detection tools 
CrossOneLineLine crossing
moveInZoneMotion in area
StopInZoneStop in area
ComeInZoneAppearance in area
OutOfZoneDisappearance in area
LongInZoneLoitering
lostObjectMultiple objects
LprDetectorNumber Plate Recognition
TvaFaceDetectorFace detection
PeopleCounterVisitors counter
QueueDetectorQueue detection
FireDetector
Fire detection
SmokeDetector
Smoke detection
NeuroCounterNeural counting
SceneChange
Position change
QualityDegradation_v2
Image Noise Detection
QualityDegradation
Loss of quality
BlurredDegradation
Blurred Image Detection
CompressedDegradation
Compression Artifacts Detection
MotionDetection
Motion detection
NullAudioDetection
No signal
SignalAudioDetection
Signal
NoiseAudioDetection
Noise
PoseDetectorPose detection
RecumbentDetectorMan down detection
SitDownDetectorSitting person detection
HandsUpDetectorHands up detection
WaterLevelDetectorWater level detection
HandRailDetectorHandrail holding detection
PeopleCountDetectorBySkeletonPeople counter
PeopleDistanceDetectorClose-standing people detection
PoseMaskingDetectorPeople masking


Tip

Functions of tampering detection

Functions of Service Audio Detection Tools

Configuring Scene Analytics Detection Tools