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 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:
type | Detection tool |
---|---|
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 Detection |
PeopleCounter | Visitors Counter |
QueueDetector | Queue detection |
FireDetector | Fire detector |
SmokeDetector | Smoke Detection |
NeuroCounter | Neural 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 |
PoseDetector | Pose Detection |
RecumbentDetector | Person Down Detection |
SitDownDetector | Sitting Person Detection |
HandsUpDetector | Hands up detection |
WaterLevelDetector | Water Level Detection |
HandRailDetector | Handrail holding detection |
PeopleCountDetectorBySkeleton | People counter |
PeopleDistanceDetector | Close-standing people detection |
PoseMaskingDetector | People masking |
Overview
Content Tools