Artificial intelligence

Artificial intelligence events can be managed in two ways:

  • using the Edge Controller's built in AI features

  • using the camera's onboard AI features (and getting the camera to forward the alarms to the Edge Controller via SMTP).

Giraffe AI

Giraffe are training our own AI model predominantly on a construction site environment. We are training the model to identify vehicles and people.

How it works

When designing our AI system, we wanted to keep the configuration required per camera to a minimum. This is why you will not find features like line crossing to setup.

The way the system works is as follows:

  1. We identify any people or vehicles in each frame of the video.

  2. We store the position of each of those objects

  3. In any subsequent frames, if the position of each tracked object has changed, we generate an alarm

Configuration Options

The AI is configured on a per camera basis on the Analytics tab

Enabled. This controls whether the video stream from this camera is fed through the AI pipeline. If this is disabled, no AI events will be generated.

Upload Video Clip. By default, the Edge Controller will upload 7 snapshot images (either side of the frame that triggered the event), and optionally a 30 second video (15 seconds either side of the event).

This setting configures when the video clip gets uploaded:

Always. This means we will try to upload the video clip as soon as possible.

Never. This means we will never upload video clips.

When Verified. This means we will wait for the Giraffe Cloud to perform further analysis of the snapshots prior to deciding whether to upload the video or not.

The way this works is that when a video event is created, a 30 second timer is started on the Edge Controller. During that 30 seconds, the Edge Controller waits for a response from Giraffe Cloud to tell it whether the event was true event or a false alert. If it was a true alert, the Edge Controller will upload the video clip. If it's a false alert, the video clip is discarded.

If the 30 second timer expires without receiving a response from Giraffe cloud, the video clip will be uploaded anyway.

Detection Method

The Edge Controller can process frames from cameras in a number of different ways depending on the hardware available and the desired level of sensitivity.

AI

This is the default setting and what we recommend for most scenarios. The Edge Controller relies on using an AI model to look for people and moving vehicles in the camera footage.

This setting only works if there is an AI accelerator connected to the Edge Controller. If the AI accelerator is unavailable or not working, the Edge Controller will automatically fall back to the motion detection method and an error state will be raised.

Please see the Giraffe AI page for more details about the performance and capability of our AI feature.

When events are uploaded, they are categorised as either 'person' or 'vehicle'.

Motion

This is an advanced motion detection algorithm that looks for pixel changes in the image.

It is very sensitive and will identify even very small objects that move in the scene as long as there is enough contrast.

However, as with all motion detection algorithms it is affected by rain and flying objects moving in front of the camera.

We do not recommend using motion without either using Giraffe Cloud Filtering or forwarding the alarms to an alarm receiving centre that uses a cloud filtering solution.

Motion works best with thermal imaging cameras as they are not affected by rain.

When events are uploaded, they are categorised as 'unknown' events.

Motion + AI

This is a combination of the two above options and it is only recommended when extreme sensitivity is required.

The AI model is sometimes able to identify very small objects far away that motion detection would miss. Likewise, motion detection will sometimes trigger on things that AI does not recognise as a threat.

When events are uploaded, they are categorised as 'vehicle' or 'person' where possible, or if only detected by motion, they are categorised as 'unknown'.

AI Confidence Threshold

TBC

Motion Confidence Threshold

TBC

Minimum / maximum object size

Depending on what setting you have enabled, it is possible to configure the minimum and maximum area of the frame that will trigger an alert.

TBC.

Event Viewing

See the video event history page for details on how to view uploaded video events.

AI Preview

You can view a low frames per second preview of what the AI is seeing using this feature. Any humans or vehicles will be marked on the image, and any mask configured will be overlaid in a translucent white colour.

On camera AI

Cameras can send SMTP alarm emails containing snapshots direct to the Edge Controller. The Edge Controller will then process these alarms in the same way as if it had generated the alarms itself.

The alarms will be forwarded to Giraffe Cloud in the normal way and also forwarded onto alarm receiving centres.

Any schedules or arming rules setup will be respected in the normal way.

Please see the Edge Controller SMTP documentation section for more detail on how to set this up. Once the alarm is received by the Edge Controller, it is handled the same as a motion detection alarm and categorised as 'unknown'.

Last updated