Motion detection runs properly if video match the following requirements:
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 |