Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

is a problem with frame skipping. A separate event for each skipped frame.This event can be disabled using the FileSystem.NotifyCoreFrameSkipped registry key

Events

Description

Comment

ARM

Camera is armed

If arming was performed by the Operator from the Map or Video surveillance monitor, the user_id<> parameter contains the identifier of the user who performed this action

ATTACH

Connecting


BLINDING

Camera is sealed


DETACH

Break

Event is generated when the input signal from the camera on the video capture device is lost

DISARM

Camera is disarmed

If disarming was performed by the Operator from the Map or Video surveillance monitor, the user_id<> parameter contains the identifier of the user who performed this action

FILE_REC_ERROR

Error of recording on disk

Event is generated when an error occurs when writing the video archive to disk

MD_START

Alarm


MD_STOP

End of alarm


PRINT

Print frame


REC

Recording on disk

If recording was initiated by the Operator from the Map or Video surveillance monitor, the user_id<> parameter contains the identifier of the user who performed this action

REC_STOP

Stop recording on disk

If recording was stopped by the Operator from the Map or Video surveillance monitor, the user_id<> parameter contains the identifier of the user who performed this action

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 fails, the event has the non-null error_result parameter.

In the param<0> parameter there is additional information displayed in the corresponding column of the Event Viewer, in the following format: "ComputerName;ExportPeriod;UserName;UserID", for example, param0<LOCALHOST;04-06-18 16:50:55_04-06-18 16:55:55;Smith;1>

MD_LIMITObject 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_OBJECTNew 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
ARCH_DELETERecord deletionDeletion of the record from the camera archive from the Video surveillance monitor
OPEN_FILEFile opening

Opening a file for playback by a virtual video capture device. Indicates that playback of the next file from the selected folder starts.

Among others, the event contains the following parameters:

  • name<> is the name of the file being played back
  • tss<> is the time in UTC format in milliseconds from 1/1/1970
CLOSE_FILEFile closing 

Finishing a file playback in a virtual video capture device. Indicates that playback of a file is ended.

Among others, the event contains the following parameters:

  • name<> is the name of the file that finished being played back
  • tss<> is the time in UTC format in milliseconds from 1/1/1970
ARCH_PROTECTEDFile protected from rewriting

The event is displayed when a user protects the file from being overwritten.

The param<0> parameter contains additional information about the computer name, fragment, user name and user id, which is displayed in the Add. Info column in the Event Viewer in the following format:

"ComputerName;ProtectionPeriod;UserName;UserID", for example, param0<LOCALHOST;04-06-18 16:50:55.612_04-06-18 16:55:55.612;Smith;1>

ARCH_UNPROTECTEDRewrite protection removed from file

The event is displayed when a user removes protection of the file from being overwritten.

The param<0> parameter contains additional information about the computer name, fragment, user name and user id, which is displayed in the Add. Info column in the Event Viewer in the following format:

"ComputerName;ProtectionPeriod;UserName;UserID", for example, param0<LOCALHOST;04-06-18 16:50:55.612_04-06-18 16:55:55.612;Smith;1>

FRAME_SKIPPEDFrame Frames skipped

The FRAME_SKIPPED event occurs in Intellect if there

are frames skipped when recording to the archive. By default, the event is generated if there were more than 50 frame skips during the testing period. When frame skipping stops, the FRAME_SKIPPED_STOP event is generated. The description of this event contains information about the number of skipped frames and the time period in which there were skips. By default, both events are generated no more than once every 30 seconds.

The events are controlled by the following registry keys (see Registry keys reference guide):

  • the FRAME_SKIPPED event can be disabled using the FileSystem.NotifyCoreFrameSkipped registry key;

  • the delay time between the state changes in seconds is specified in the FileSystem.RecordingStateChangeDelay key;
  • the number of skipped frames for the period, during which the FRAME_SKIPPED event will be generated, is specified in the FileSystem.MaxSkippedFramesByPeriod key
FRAME_SKIPPED_STOPEnd of frames skipping
ARCH_BOOKMARKEDBookmark created

The event is displayed when a user adds a bookmark.

The param<0> (i.e. the Add. Info column in the Event Viewer) parameter contains the comment to the bookmark

ARCH_UNBOOKMARKEDBookmark deleted

The event is displayed when a user deletes a bookmark

TEMPERATURE_ALARMTemperature threshold

The param0<> parameter contains the temperature value received from the thermal camera

IGNORE_KEEP_NO_LESSIgnoring "Keep no less than"The event is generated when a video fragment is deleted from the archive before expiration of the time period set by the Keep no less than parameter. See also Configuring video camera archive depth
AVAILABILITYAvailability of the key position in the license file and the number of objects

The event occurs in response to the GET_AVAILABILITY command and contains information about the number of objects added to the license key for the given position. Parameters:

  • qty_localpriority<> is the number of allowed objects of the specified type on this computer (local key)
  • qty<> is the total number of allowed objects of the specified type in the license (generic key)
  • pos<> is the position number in the license key

If there is no position in the key, the event will have a zero value

WRITING_FAILEDWriting error
FILESYSTEM_FAILEDFile system error

Contains mandatory parameter error_msg<>error text; can also contain parameters cam<>camera ID and error_code<>error code. Example:

CAM|-1|FILESYSTEM_FAILED|error_msg<Failed to delete index file: D:\\VIDEO\\INDEX\\14061608.idx, error code: 5.>,error_code<5>

...