Go to documentation repository
Page History
...
Events | Description | Comment |
"ARM" | Camera is armed. |
|
"ATTACH" | Connecting. |
|
"BLINDING" | Camera is sealed. |
|
"DETACH" | Break. | Event is generated while loss the input signal from camera on video capture device. |
"DISARM" | Camera is disarmed. |
|
"FILE_REC_ERROR" | Error of recording on disk. | Event is generated while error of video archive recording on disk is happened. |
"MD_START" | Alarm. |
|
"MD_STOP" | End of alarm. |
|
"PRINT" | Print frame. |
|
"REC" | Record on disk. |
|
"REC_STOP" | Stop recording on disk. |
|
"UNBLINDING" | Camera is opened. |
|
"RECORDER_ON" | Record is enabled. |
|
"RECORDER_OFF" | Record is disabled. |
|
"DISC_MOUNT" | Disk is mounted. |
|
"DISC_UNMOUNT" | Disk is unmounted. |
|
"FINISHED_AVI_EXPORT" | Video export is completed | If the video export is failed the event has nonnull error_result parameter |
"MD_LIMIT" | Object count in a frame exceeded | The event is generated when the number of objects detected by the tracker in the frame is exceeded (see Creating and configuring the Tracker object section of the Administrator's Guide for details on how to set this parameter). An event is generated whenever the number of objects is changed (up or down), until it is less than the threshold. The object_count <> parameter is the number of objects in the frame that the tracker detected, exceeds the specified limit, and differs from the previous value. See also the description of the NEW_OBJECT event below. |
"NEW_OBJECT" | New object on a frame detected by tracker | Among others, it contains the following parameters: total <> is the total number of objects in the frame at the time the event occurred. new_id <> is the identifier of the detected object. |
Operator format to describe actions with the camera is:
...