Go to documentation repository
Page History
GET http://IP address:port/prefix/archive/events/detectors/{ENDTIME}/{BEGINTIME}—get events from detection tools detectors from all Axxon-domain Servers.
...
GET http://IP address:port/prefix/archive/events/detectors/{HOSTNAME}/{ENDTIME}/{BEGINTIME}—get events from detection tools detectors from a certain Server.
Tip |
---|
{HOSTNAME}—Server name (see Get Server list). |
GET http://IP address:port/prefix/archive/events/detectors/{VIDEOSOURCEID}/{ENDTIME}/{BEGINTIME}—get events from detection tools detectors from a certain camera.
Tip |
---|
{VIDEOSOURCEID}—three-component source endpoint ID (see Get list of cameras and information about them). For instance, "SERVER1/DeviceIpint.3/SourceEndpoint.video:0:0". |
...
Parameter | Required | Description |
---|---|---|
limit | No | Limit of events from detection tools detectors in the response. If not specified, it is equal to 100 |
offset | No | The results offset by the specified number. For example, if a query with offset=0 returned 100 results, then in order to get the next results, it is necessary to run a query with offset=100. If the second query returned 250 results, then in order to get the next results, it is necessary to run a query with offset=350, and so on |
type | No | Get events from a certain detection tool detector. The values of the type parameter are listed in the table below. If you need to get events from from several detection toolsdetectors, you need to list them separated by commas |
join | No | If join=1, then in the response, the two-phase events will be merged together, and the duration parameter will be returned which corresponds to the event duration. If join=0, then in the response, the two-phase events will not be merged together |
limit_to_archive | No | If limit_to_archive=1, then the response will return the events only from the accessible part of the archive (see Configuring access restrictions to archive) |
archive | No | The name of the archive from the request to receive the list of archives (see Get archive contents) |
detector | No | Starting with Axxon One2.0 Get events from a certain detection tool detector. The values of the detector parameter are listed in the table below |
...
- http://127.0.0.1:80/archive/events/detectors/Server1/DeviceIpint.2/SourceEndpoint.video:0:0/past/future?limit=10&offset=0—get events from a certain camera, sorted in descending order. The maximum limit is 10.
- http://127.0.0.1:80/archive/events/detectors/Server1/past/future?limit=5&offset=0—get events from all detection tools detectors of Server1. The maximum limit for each detection tool detector is 5.
- http://127.0.0.1:80/archive/events/detectors/Server1/past/future?limit=5&offset=0&type=Ray—get events from all sensors of Server1. The maximum limit for each sensor is 5.
- http://127.0.0.1:80/archive/events/detectors/A-ZHUKOV/DeviceIpint.1/SourceEndpoint.video:0:0/future/past?limit=100&detector=hosts/Server1/AVDetector.1/EventSupplier—get events from a certain detection tool detector of Server1.
- http://root:root@127.0.0.1:80/archive/events/detectors/Server1/DeviceIpint.1/SourceEndpoint.video:0:0/20230323T112000.000/20230430T210000.000?limit=100&offset=0&type=listed_face_detected,MotionDetected—get events from several detection tools detectors of Server1. The detection tools detectors must be listed separated by commas.
- http://127.0.0.1:80/archive/events/detectors/past/future?limit=1&type=Ray—get the current state of all sensors of the Axxon-domain.
...
When requesting the events of the queue detection tool Queue detector, the response will include an additional additional extra parameter that will contain the queue length estimate expressed by the minimum and maximum values.
...
Possible values of the type parameter:
Detection toolDetector | type |
---|---|
Object tracker or Neural tracker | – |
Line Crossing | oneLine |
Motion In Area | moveInZone |
Stop In Area | stopInZone |
Entrance In Area | comeInZone |
Exit From Area | outOfZone |
Loitering In Area | longInZone |
Multiple Objects | lostObject |
License Plate Recognition | plateRecognized |
License Plate Recognition (from the list) | listed_lpr_detected |
Face Detectiondetector | faceAppeared |
Face Detection detector (from the list) | listed_face_detected |
Visitors Counter | PeopleIn, PeopleOut |
Queue detectiondetector | QueueDetected |
Fire Detectiondetector | FireDetected |
Smoke Detectiondetector | SmokeDetected |
Neural counter | lotsObjects |
Position change | SceneChangeDetected |
Image Noise Detection | CameraBlindDetected |
Loss of quality | ImageDegradation |
Blurred Image Detection | BlurredDegradation |
Compression Artifacts Detection | CompressedDegradation |
Motion detection | MotionDetected |
Audio Loss | NullAudio |
Signal Detection | SignalAudio |
Noise Detection | NoiseAudio |
Human pose detector | – |
Person Down Detection | recumbent |
Sitting Person Detection | sitDown |
Hands up detection | handsUp |
Water Level Detection | LevelOut |
Handrail holding detection | handRail |
People counter | lotsObjects |
Close-standing people detection | peopleDistance |
People masking | enabledMaskEvents |
...
detector | 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 Detectiondetector |
PeopleCounter | Visitors Counter |
QueueDetector | Queue detectiondetector |
FireDetector | Fire Detectiondetector |
SmokeDetector | Smoke Detectiondetector |
NeuroCounter | Neural counter |
SceneChange | Position change |
QualityDegradation | Image Noise Detection |
QualityDegradation_v2 | Loss of quality |
BlurredDegradation | Blurred Image Detection |
CompressedDegradation | Compression Artifacts Detection |
MotionDetection | Motion detection |
NullAudioDetection | Audio Loss |
SignalAudioDetection | Signal Detection |
NoiseAudioDetection | Noise Detection |
PoseDetector | Human pose detector |
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 |
...