Documentation for Axxon One 2.0. Documentation for other versions of Axxon One is available too.

Previous page Next page

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

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

{VIDEOSOURCEID}first two parts of three-component source endpoint ID (see Get list of 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!

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

Available values of the type parameter:

typeDetection tool
SceneDescription
Object tracker or Neural tracker
CrossOneLineLine Crossing
moveInZoneMotion In Area
StopInZoneStop In Area
ComeInZoneEntrance In Area
OutOfZoneExit From Area
LongInZoneLoitering In Area
lostObjectMultiple Objects
LprDetectorLicense Plate Recognition
TvaFaceDetectorFace Detection
PeopleCounterVisitors Counter
QueueDetectorQueue detection
FireDetector
Fire detector
SmokeDetector
Smoke Detection
NeuroCounterNeural counter
SceneChange
Position change
QualityDegradation_v2
Image Noise Detection
QualityDegradation
Loss of quality
BlurredDegradation
Blurred Image Detection
CompressedDegradation
Compression Artifacts Detection
MotionDetection
Motion detection
NullAudioDetection
Audio Loss
SignalAudioDetection
Signal Detection
NoiseAudioDetection
Noise Detection
PoseDetectorPose Detection
RecumbentDetectorPerson Down Detection
SitDownDetectorSitting Person Detection
HandsUpDetectorHands up detection
WaterLevelDetectorWater Level Detection
HandRailDetectorHandrail holding detection
PeopleCountDetectorBySkeletonPeople counter
PeopleDistanceDetectorClose-standing people detection
PoseMaskingDetectorPeople masking
  • No labels