Go to documentation repository
Documentation for Axxon One 2.0. Documentation for other versions of Axxon One is available too.
Previous page Next page
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:
type | Detector |
---|---|
SceneDescription | Object tracker or Neural tracker |
CrossOneLine | Line crossing |
moveInZone | Motion in area |
StopInZone | Stop in area |
ComeInZone | Entrance in area |
OutOfZone | Exit from area |
LongInZone | Loitering in area |
lostObject | Multiple objects |
LprDetector | License plate recognition |
TvaFaceDetector | Face detector |
PeopleCounter | Visitors counter |
QueueDetector | Queue detector |
FireDetector | Fire detector |
SmokeDetector | Smoke detector |
NeuroCounter | Neural 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 |
PoseDetector | Human pose detector |
RecumbentDetector | Person down detector |
SitDownDetector | Sitting person detector |
HandsUpDetector | Hands up detector |
WaterLevelDetector | Water level detector |
HandRailDetector | Handrail holding detector |
PeopleCountDetectorBySkeleton | People counter |
PeopleDistanceDetector | Close-standing people detector |
PoseMaskingDetector | People masking |
Overview
Content Tools