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 11 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 detectors, it is recommended to use the /camera/list request (see Get list of cameras and information about them).

Available values of the type parameter:

typeDetector
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 detector
PeopleCounterVisitors counter
QueueDetectorQueue detector
FireDetector
Fire detector
SmokeDetector
Smoke detector
NeuroCounterNeural counter
SceneChange
Position change
QualityDegradation_v2
Image noise detector
QualityDegradation
Loss of quality
BlurredDegradation
Blurred image detector
CompressedDegradation
Compression artifacts detector
MotionDetection
Motion detector
NullAudioDetection
Audio loss detector
SignalAudioDetection
Signal detector
NoiseAudioDetection
Noise detector
PoseDetectorHuman pose detector
RecumbentDetectorPerson down detector
SitDownDetectorSitting person detector
HandsUpDetectorHands up detector
WaterLevelDetectorWater level detector
HandRailDetectorHandrail holding detector
PeopleCountDetectorBySkeletonPeople counter
PeopleDistanceDetectorClose-standing people detector
PoseMaskingDetectorPeople masking
  • No labels