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"
        }
    ]
}


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:

typeDetection tool
SceneDescription
Object Tracker or Neurotracker
CrossOneLineLine Crossing
moveInZoneMotion In Area
StopInZoneStop In Area
ComeInZoneEntrance In Area
OutOfZoneExit From Area
LongInZoneLoitering In Area
lostObjectMultiple Objects
LprDetectorLicense Plate Recognition
TvaFaceDetectorFace Detection
PeopleCounterVisitors Counter
QueueDetectorQueue detection
FireDetector
Fire detector
SmokeDetector
Smoke Detection
NeuroCounterNeurocounter
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
PoseDetectorPose Detection
RecumbentDetectorPerson Down Detection
SitDownDetectorSitting Person Detection
HandsUpDetectorHands up detection
WaterLevelDetectorWater Level Detection
HandRailDetectorHandrail holding detection
PeopleCountDetectorBySkeletonPeople counter
PeopleDistanceDetectorClose-standing people detection
PoseMaskingDetectorPeople masking


Category: Trackers

Category: Service