Axis Guardian Operation in Manitou

Overview

The goal of this integration is to receive alarms sent FROM Axis Guardian cloud-hosted video platform into Manitou so that they can be handled by an operator. The operator would be able to click on a URL link that was sent with the alarm and view the video feed in the Axis web portal.

Alarm Path

The alarm will propagate as follows:

  • A new alarm will be sent from Axis via HTML POST to a web-server running the WebHookPost application
  • A signal file will be created on the server hard-drive
  • Media Gateway will read the signal file and process it
  • A new alarm will be created and sent to the FEP via a BOLDXML receiver
  • The FEP will send the signal to the Signal Handler via the Marshaller
  • The Signal Handler will process this and apply any programming needed once it finds the account
  • The alarm will be written into the database

An example of the Raw Data Log:

Handling the Alarm

Handling the alarm should auto-launch a web page taking you to the Axis portal. The event video clip can be watched as well as live video. It is also possible in the portal to view other cameras on the site.

The first time an operator launches a video they may have to log in. Axis uses a session token that is time limited. It is cached, so subsequent video launches go straight to the video player.

We display the zone the alarm comes from as well as the reason for the alarm which is listed in the Point ID.

The zone description is not sent as part of the Axis payload. If a corresponding zone is created on the account and given a description it will be displayed.

Was this article helpful?
Thank you for your feedback!
User Icon

Thank you! Your comment has been submitted for approval.