Versions Compared

Key

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

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

Tip

{VIDEOSOURCEID} - first 2 parts of three-component source endpoint ID (see see Get list of video sources (cameras)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:

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


Note
titleAttention!

Starting with Axxon One 4.5.0, the 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 sources (cameras)cameras and information about them).

Available values of type parameter:

typeDetection tool
SceneDescription
Situation Analysis Detection Tools 
Scene Analytics detection tools 
CrossOneLineLine crossing
moveInZoneMotion in area
StopInZoneStop in area
ComeInZoneAppearance in area
OutOfZoneDisappearance in area
LongInZoneLoitering
lostObjectMultiple objects
LprDetector
_Vit
Number 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
detectionActiveShooterDetectorActive shooter
detection
WaterLevelDetectorWater level detection
HandRailDetectorHandrail holding detection
PeopleCountDetectorBySkeletonPeople counter
PeopleDistanceDetectorClose-standing people detection
PoseMaskingDetectorPeople masking


Tip

Functions of Service Video Detection Toolstampering detection

Functions of Service Audio Detection Tools

Configuring Scene Analytics Detection Tools

...