Documentation for C-Werk 2.0.

Previous page Video requirements for object tracker (with neural filter)-based scene analytics detection tools  Configuring Scene Analytics Detection Tools Next page

For video analytics to work correctly, the following requirements must be met:

  1. Camera requirements:
    1. Resolution min. 640х360 pixels.

      Attention!

      Pixel resolutions over 800x600 are not recommended for this detection tool. Higher resolutions lead to increased RAM consumption and CPU load with no significant increase in tracker's performance.

    2. Frames per second: min. 6 fps.
    3. Color: video analytics work with both black-and-white and color images.
    4. Camera shaking must not cause image shifting of more than 1% of the frame size.
  2. Lighting requirements:
    1. Moderate lighting. Lighting that is too little (night) or too much (bright sunlight) may impact the quality of video analytics.
    2. No major fluctuations in lighting levels.
  3. Scene and camera angle requirements:
    1. Moving objects must be visually separable from each other in the video.
    2. The background must be primarily static and not undergo sudden changes.
    3. Minimal obscuration of moving objects by static objects (columns, trees, etc.).
    4. Reflective surfaces and harsh shadows from moving objects can affect the quality of analytics.
    5. Long single-color objects may not be tracked properly.
  4. Object requirements:
    1. There is no noise on the video image and there are no artifacts caused by the compression algorithm.
    2. The width or height of the objects in the image must be not less than 1% of the frame size (if resolution is over 1920 pixels) or 15 pixels for lower resolution.

    3. The width or height of the objects in the image must not exceed 75% of the frame size.

    4. The speed of objects in the frame must be at least 1 pixel per second.
    5. In order to detect the object it is to be visible at not less than 8 frames.

    6. Within two adjacent frames the object cannot move in the movement direction for the distance that is longer than its size. This condition is essential for correct calculation of the object’s trajectory (track).

  • No labels