Previous page Next page
GET http://IP-Address:port/prefix/detectors/{VIDEOSOURCEID}
{VIDEOSOURCEID} − first 2 parts of three-component source endpoint ID (see Get list of video 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!
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 cameras and information about them).
Available values of type parameter:
| type | Detection tool |
|---|---|
SceneDescription | Scene Analytics 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 | 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 |
| WaterLevelDetector | Water level detection |
| HandRailDetector | Handrail holding detection |
| PeopleCountDetectorBySkeleton | People counter |
| PeopleDistanceDetector | Close-standing people detection |
| PoseMaskingDetector | People masking |