Versions Compared

Key

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

GET http://IP address:port/prefix/detectors/{VIDEOSOURCEID}

Tip

{VIDEOSOURCEID}first —first two parts of three-component source endpoint ID (see see Get list of cameras and information about them). For instanceexample, "SERVER1/DeviceIpint.1".

Sample Example of a request:

GET http://127.0.0.1:80/detectors/SERVER1/DeviceIpint.1

Sample Example of a response:

Code Block
{
    "detectors": [
        {
            "name": "hosts/SERVER1/AVDetector.1/EventSupplier",
            "type": "SceneDescription"
        },
        {
            "name": "hosts/SERVER1/AVDetector.12/EventSupplier",
            "type": "NullAudioDetection"
        }
    ]
}
Note
titleAttention!

To get up-to-date information on detection tools, it is recommended to use detectors, we recommend using the /camera/list request (see Get list of cameras and information about them).

...

Available For the list of possible values of the type parameter:

...

SceneDescription

...

FireDetector

...

SmokeDetector

...

SceneChange

...

QualityDegradation_v2

...

QualityDegradation

...

BlurredDegradation

...

CompressedDegradation

...

MotionDetection

...

NullAudioDetection

...

SignalAudioDetection

...

NoiseAudioDetection

...

, see Get a list of events from detectors.

Tip

Category: Trackers

Category: Service