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
personevent, but the cloud filtering only detects a moving vehicle, the event will be reclassified as avehicleevent and notifications will only be sent ifvehiclenotifications are enabled.if the Edge Controller reports a
vehicleevent, but the cloud filtering only detects a person, the event will be reclassified as apersonevent and notifications will only be sent ifpersonnotifications are enabled.
Initial event classification reported by Edge Controller was partially incorrect:
if the Edge Controller reports a
personevent, but the cloud filtering detects both a person and a moving vehicle in the scene, the event will not be reclassified, but ifvehiclenotifications are enabled, we will still notify.if the Edge Controller reports a
vehicleevent, but the cloud filtering detects both a moving vehicle and a person in the scene, the event will not be reclassified, but ifpersonnotifications are enabled, we will still notify.
This can be confusing, because it may appear that you are receiving person notifications when you have not requested them. However, despite them being primarily classified as a person notification, they do in fact also contain a moving vehicle.
The same applies if you are receiving vehicle notifications when you have only requested person. The notifications will also contain a person perhaps hidden in the background, that the Edge Controller missed but cloud filtering detected.
Last updated