Go to documentation repository
...
...
To count the memory consumption, figure out the average size of the video signal frame. To do this, you must record the video fragment of 500 frames in length to the archive (maximum size, by default) and use the following formula:
...
Info | ||
---|---|---|
| ||
Example. The camera performs pre-recording for 15 seconds with a hot record speed of 25 fpsFPS. The size of the 500-frame fragment is 20 MB. It is required to define the size of the pre-record buffer for such a camera. First, it is necessary to define the average frame size: Frame size = Fragment size / 500 = 20 MB/500 frames = 0.04 MB So, the size of the pre-record buffer is: The memory consumption in the pre-record mode for one camera, MB = Pre-record time, sec * Frame frequency in the pre-record mode, fps * Frame size, MB = 15 sec * 25 fps * 0.04 MB = 15 MB. |
...