Go to documentation repository
Documentation for Axxon One 2.0. Documentation for other versions of Axxon One is available too.
Previous page Next page
Motion detection runs properly if video match the following requirements:
- Camera requirements:
- Camera shaking must not cause image shifting of more than 1% of the frame size.
- Lighting requirements:
- Moderate lighting. Lighting that is too little (night) or too much (bright sunlight) may impact the quality of video analytics.
- No major fluctuations in lighting levels.
- Scene and camera angle requirements:
- Moving objects must be visually separable from each other in the video.
- The background must be primarily static and not undergo sudden changes.
- Minimal obscuration of moving objects by static objects (columns, trees, etc.).
- Reflective surfaces and harsh shadows from moving objects can affect the quality of analytics.
- Long single-color objects may not be tracked properly.
- Object requirements:
- There is no noise on the video image and there are no artifacts caused by the compression algorithm.
- The speed of objects in the frame must be at least 1 pixel per second.
In order to detect the object it is to be visible at not less than 8 frames.
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).
Some requirements depend on whether only a video motion detection will be used, or VMD-based scene analytics detection tools will be used as well. The difference in requirements is shown in the table:
Requirements | VMD | VMD-based scene analytics detection tools |
---|---|---|
Resolution in pixels | Not less than 320х240 | Not less than 640х360 |
FPS | Not less than 1 | Not less than 6 |
Image | Scene analytics only works with color images | Scene analytics works with both gray and color images |
Size of objects in the image | The width and height of the objects in the image must be not less than 1% of the frame size (if resolution is over 704x576 pixels) or 15 pixels for lower resolution | The width or height of the objects in the image must be not less than 1% of the frame size (if resolution is over 1920x1080 pixels) or 15 pixels for lower resolution |
Size of objects in the image relative to the frame size | The width and height of the objects in the image must not exceed 75% of the frame size | The width or height of the objects in the image must not exceed 75% of the frame size |