Documentation for C-Werk 2.0.

Previous page Triggerings of detection tools  Get list of detection tools events Next page

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

{VIDEOSOURCEID} − first 2 parts of three-component source endpoint ID (see Get list of video cameras and information about them). For instance, "SERVER1/DeviceIpint.1".

Sample request:

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

Sample response:

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

Attention!

The type field is deprecated. To get up-to-date information on detection tools, it is recommended to use the /camera/list request (see Get list of video cameras and information about them).

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
  • No labels