Go to documentation repository
The Pre-alarm record mode is the record mode for recording a pre-alarm event for a specified time period before recording an alarm event. Pre-alarm recording is performed at the "hot" record rate. If you don't specify the "hot" record rate, then the recording is performed at the standard record rate.
| Note | ||
|---|---|---|
| ||
Video isn't recorded in the Pre-alarm record mode for cameras without video compression that have been are added to the corresponding list in the the Video subsystem section in of the tweaki.exe utility (see The Settings panel of the Video subsystem section). |
By default, the recording in this mode is disabled. To enable the pre-alarm recording, do the following:
The table provides the information on pre-alarm recording options.
Camera state | Recording initiator | Recording |
Armed | Macro | Without pre-alarm recording |
Armed | Manually | Without pre-alarm recording |
Armed | Alarm | With pre-alarm recording |
Armed | Program | With pre-alarm recording |
Disarmed | Macro | Without pre-alarm recording |
Disarmed | Manually | Without pre-alarm recording |
Disarmed | Alarm | NaNA |
Disarmed | Program | With pre-alarm recording |
In Axxon PSIM one , you can perform prerecording in the Pre-alarm recording record mode if the camera is disarmed. You can do it with using the help of the DoReact("CAM","1","REC","rollback<1>") program ; (see The Script object. Programming using the JScript language).
Specifying the If you specify a long pre-record time, it can result in increasing the waste of running memory. Recommended The recommended pre-record time is not no more than 20s20 seconds.
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:
Note , that the frame size also depends on the percent of motion in the frame.
You can count the size of the pre-record buffer for one camera if the frame size is known:
...
...
General memory consumption in the pre Pre-alarm record mode is defined determined by the sum of values received for each camera.
If cameras perform pre-record recording with equal frame frequency, you can use the following formula:
...
| Info | ||
|---|---|---|
| ||
Example. The camera performs pre-record recording for 15 seconds with the a hot record speed of 25 fps. Size The size of the 500-frames frame fragment is 20 Mb. It is required to define MB. You must determine the size of the pre-record buffer for such a camera. First, it is necessary to define you must determine the average frame size:
So, the size of the pre-record buffer is:
|
| Tip | ||
|---|---|---|
| ||
Configuring video in the pre Pre-alarm record mode is complete.