Versions Compared

Key

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

...

  1. If a camera supports multistreaming, select the stream for which detection is needed (1). Selecting a low-quality video stream allows reducing the load on the Server.
    Image Modified
  2. The default setting for all detection tools is Decode only key frames (2). In this case, the frames are processed every 500 milliseconds or less often. To disable Decode key frames, select No in the appropriate field.

    Note
    titleImportant

    This setting applies to all codecs. If a codec has keyframes and p-frames, the keyframe is decoded no more often than every 500 miliseconds. For the MJPEG codec, each frame is considered to be I frame.

    This feature reduces the Server load but, as can be expected, negatively impacts the quality of detection.

    This setting should be activated on "blind" Servers (Servers that do not display video) on which it is necessary to perform detection.


    Note
    titleImportant

    Period and Decode key frames parameters are correlated.

    If no local Clients are connected to a Server, the following rules are set for remote Clients:

    • If the interval between consecutive I-frames exceeds the value specified in the Period field, the detection tool will process I-frames.
    • If the I-frame frequency is lower than the value specified in the Period field, the detection tool will use the set value.

    If at least one local Client connects to the Server, the detection tool is forced to use the set value. After the local Client disconnects, the indicated rules become valid again.



  3. Select a processing resource for decoding video streams (3). When you select a GPU, a stand-alone graphics card takes priority (when decoding with NVidia NVDEC chips). If there's no appropriate GPU, the decoding will use the Intel Quick Sync Video technology. Otherwise, CPU resources will be used for decoding.

  4. Set the frame rate value for each detection tool to process (4). This value should be in the range [0.016, 100]. 

...