Person / vehicle alerts

How to setup person / vehicle detection for your Edge Controller based system.

Overview

The Edge Controller can handle object detection and camera alerts in two different ways:

  • Object detection using the Edge Controller's built in AI processor

  • Camera based object detection

Giraffe's Virtual Security Guard relies on this local AI in order to gather information about the events, before forwarding to the Giraffe Cloud for further analysis.

Giraffe AI configuration options

These settings are found under: Settings -> Systems -> select the system -> Cameras -> select the camera -> Analytics

Object detection is enabled / disabled on a per camera basis with the Enabled toggle. If it is disabled, no object detection will be performed on the images.

Upload Video Clip determines whether the Edge Controller will attempt to upload a video clip to go along with the snapshots of the event. In order to upload a video clip, recording must be enabled for the camera.

Special considerations if cloud filtering is enabled

If cloud filtering is enabled for a camera, there are some special considerations.

Initial event classification reported by Edge Controller was entirely incorrect:

  • if the Edge Controller reports a person event, but the cloud filtering only detects a moving vehicle, the event will be reclassified as a vehicle event and notifications will only be sent if vehicle notifications are enabled.

  • if the Edge Controller reports a vehicle event, but the cloud filtering only detects a person, the event will be reclassified as a person event and notifications will only be sent if person notifications are enabled.

Initial event classification reported by Edge Controller was partially incorrect:

  • if the Edge Controller reports a person event, but the cloud filtering detects both a person and a moving vehicle in the scene, the event will not be reclassified, but if vehicle notifications are enabled, we will still notify.

  • if the Edge Controller reports a vehicle event, but the cloud filtering detects both a moving vehicle and a person in the scene, the event will not be reclassified, but if person notifications are enabled, we will still notify.

circle-check

Last updated