Go to documentation repository
GET http://IP-adress:port/prefix/detectors/{VIDEOSOURCEID}
{VIDEOSOURCEID} - first 2 parts of three-component source endpoint ID (see Get list of video sources (cameras)). 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!
Starting with Axxon Next 4.5.0, 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)).
Available values of type parameter:
| type | Detection tool |
|---|---|
SceneDescription | Situation Analysis Detection Tools |
| CrossOneLine | Line crossing |
| moveInZone | Motion in area |
| StopInZone | Stop in area |
| ComeInZone | Appearance in area |
| OutOfZone | Disappearance in area |
| LongInZone | Loitering |
| lostObject | Multiple objects |
| LprDetector_Vit | Number Plate Recognition |
| TvaFaceDetector | Face detection |
| PeopleCounter | Visitors counter |
| QueueDetector | Queue detection |
FireDetector | Fire detection |
SmokeDetector | Smoke detection |
| NeuroCounter | Neural 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 |
| PoseDetector | Pose detection |
| RecumbentDetector | Man down detection |
| SitDownDetector | Sitting person detection |
| HandsUpDetector | Hands up detection |
| ActiveShooterDetector | Active shooter detection |
| WaterLevelDetector | Water level detection |
| HandRailDetector | Handrail holding detection |
| PeopleCountDetectorBySkeleton | People counter |
| PeopleDistanceDetector | Close-standing people detection |
| PoseMaskingDetector | People masking |
Overview
Content Tools