Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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".

...

ParameterRequiredDescription
limitNoLimit of events from detection tools detectors in the response. If not specified, it is equal to 100
offsetNoThe 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
typeNo

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

joinNo

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_archiveNo

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)

archiveNo

The name of the archive from the request to receive the list of archives (see Get archive contents)

detectorNo

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=0get 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=0get 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=Rayget 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=Rayget 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 toolDetectortype
Object tracker or Neural tracker
Line CrossingoneLine
Motion In AreamoveInZone
Stop In AreastopInZone
Entrance In AreacomeInZone
Exit From AreaoutOfZone
Loitering In ArealongInZone
Multiple ObjectslostObject
License Plate RecognitionplateRecognized
License Plate Recognition (from the list)listed_lpr_detected
Face DetectiondetectorfaceAppeared
Face Detection detector (from the list)listed_face_detected
Visitors CounterPeopleIn, PeopleOut
Queue detectiondetectorQueueDetected
Fire DetectiondetectorFireDetected
Smoke Detectiondetector
SmokeDetected
Neural counterlotsObjects
Position changeSceneChangeDetected
Image Noise DetectionCameraBlindDetected
Loss of qualityImageDegradation
Blurred Image DetectionBlurredDegradation
Compression Artifacts DetectionCompressedDegradation
Motion detectionMotionDetected
Audio LossNullAudio
Signal DetectionSignalAudio
Noise Detection

NoiseAudio

Human pose detector
Person Down Detectionrecumbent
Sitting Person DetectionsitDown
Hands up detectionhandsUp
Water Level DetectionLevelOut
Handrail holding detectionhandRail
People counterlotsObjects
Close-standing people detectionpeopleDistance
People maskingenabledMaskEvents

...

detector

Detection tool
SceneDescriptionObject tracker or Neural tracker
CrossOneLineLine Crossing
moveInZoneMotion In Area
StopInZoneStop In Area
ComeInZoneEntrance In Area
OutOfZoneExit From Area
LongInZoneLoitering In Area
lostObjectMultiple Objects
LprDetectorLicense Plate Recognition
TvaFaceDetectorFace Detectiondetector
PeopleCounterVisitors Counter
QueueDetectorQueue detectiondetector
FireDetectorFire Detectiondetector
SmokeDetectorSmoke Detectiondetector
NeuroCounterNeural counter
SceneChangePosition change
QualityDegradationImage Noise Detection
QualityDegradation_v2Loss of quality
BlurredDegradationBlurred Image Detection
CompressedDegradationCompression Artifacts Detection
MotionDetectionMotion detection
NullAudioDetectionAudio Loss
SignalAudioDetectionSignal Detection
NoiseAudioDetectionNoise Detection
PoseDetectorHuman pose detector
RecumbentDetectorPerson Down Detection
SitDownDetectorSitting Person Detection
HandsUpDetectorHands up detection
WaterLevelDetectorWater Level Detection
HandRailDetectorHandrail holding detection
PeopleCountDetectorBySkeletonPeople counter
PeopleDistanceDetectorClose-standing people detection
PoseMaskingDetectorPeople masking

...