Configure event notification settings.

Integrated video management systems can notify and confirm motion detection, etc. as events.

Event List Screen

NOTE
  • The maximum number of events per tenant is 10000 and the maximum retention period is 90 days.
  • If the number of events per tenant exceeds 10000, the excess is automatically deleted from the oldest events. Even if the number of events is less than 10000, events that have been occurring for more than 90 days are automatically deleted.

Configure event notification settings. #

Nx Witness must be configured in advance to detect motion detection, etc. as an event in the integrated video management system.

NOTE
  • Only motion detection and digital inputs can be notified by the integrated video management system.
  • This function is not available for amnimo VMS users.

Configuration on Nx Witness side #

Deactivate time synchronization over the Internet

Turn off time synchronization between Nx Witness and the Internet and synchronize with the server (Edge Gateway) time.
If this is not done, the time of the event may appear out of sync with the Edge Gateway time.

Launch Nx Witness and click on System Administration from the menu.
[Click the Time Synchronization tab, then click the “Synchronize Time via Internet” toggle to OFF.

Set camera rules

Launch Nx Witness, right-click on the camera of interest, and click on Camera Rules.
[Click Add.
Set event rules.
カメラモーションがあったときにアラート検知する方法

<Event
Trigger: Camera motion (start)
Device: Target camera

<Action.
Operation: HTTP request
Action interval(*): 1 minute
HTTP URL: http://localhost:8001/motionEvent
HTTP Content:
{
“cameraId”: “XXXXXXXXXXXXXXXXXXXXXX”, ← Enter the camera ID (the ID shown in the upper left portion of the image).
“eventName”: “MOTION “.
}
Content Type: Automatic
Log in: Blank
Password: blank

デジタル入力があったときにアラート検知する方法

<Event
Trigger: I / O input (start) of camera
Device: Target camera

<Action.
Operation: HTTP request
Action interval(*): 1 minute
HTTP URL: http://localhost:8001/motionEvent
HTTP Content:
{
“cameraId”: “XXXXXXXXXXXXXXXXXXXXXX”, ← Enter the camera ID (the ID shown in the upper left portion of the image).
“eventName”: “DigitalInput”
}
Content Type: Automatic
Log in: Blank
Password: blank

AG シリーズでデジタル入力( D IN )と Nx Witness を連携している場合で、デジタル入力があったときにアラート検知する方法

NOTE

To configure this setting, you must have previously used the edge gateway with amnimo-dmoni must be configured on the Edge Gateway prior to this setup.

➡Edge Gateway Developer’s Manual
  3.4.1 amnimo-dimoni configuration

<Event> ・Trigger: Generic event (start)
Included in caption: EVENT_DI

<Action.
Operation: HTTP request
Action interval(*): 1 minute
HTTP URL: http://localhost:8001/motionEvent
HTTP Content:
{
“cameraId”: “XXXXXXXXXXXXXXXXXXXXXX”, ← Enter the camera ID (the ID shown in the upper left portion of the image).
“eventName”: “DigitalInput”
}
Content Type: Automatic
Log in: Blank
Password: blank

*The Action Interval sets the interval at which the action will occur. If you want the action to occur immediately, select [ Immediate ].
*For events that occur more than once during the interval, it is not known which event will be selected when the next action occurs.

[Click OK to complete the configuration.

Configuration on the part of the integrated video management system #

The events (*) configured in Nx Witness can be viewed in the event list.
You can also receive notifications on your browser when events occur. This section describes the procedure for notifications in the integrated video management system.
Only motion detection and digital inputs can be notified by the integrated video management system.

Click on “Event List” from the menu to open it.
Click on the gear icon in the upper right corner of the screen to open the “Event Notification Settings Screen”.
After setting the notification method, close the screen.
Enable Event Notification Enables notification functions such as notifying the user of an event that has occurred with the event notification icon ( ) or displaying the event notification screen in a pop-up window. (The number displayed on the event notification icon is the number of detected events).
Notification target setting Specify the cameras to be notified and the events to be notified. Cameras and events that match the criteria will be notified. (Only “Motion Detection” and “Digital Input” event types are available for notification.)
Automatically display eventsWhen a new event to be notified occurs, the event notification screen is automatically displayed. (Figure below)
Sounds a notification toneSounds a notification tone (buzzer) on the event notification screen.
Scroll to Top