Skip to content
Christopher Adams edited this page Jul 22, 2020 · 1 revision

HomeKit

The HomeKit integration presents as a normal motion alert for that camera that has been added to HomeBridge (via Camera-ffmpeg). You need to add:

"motion": true,
"switches": true

to the camera definition in HomeBridge, and add the appropriate Webhook based switches with Homebridge Webhooks plugin.

When you setup the webhook plugin you need at add the URL to settings.json via the parameter 'homebridgeWebhookUrl' (e.g. http://:).

Border Box Annotations

If you include 'captureDir' as a setting in the config.json, then the images that are captured will be saved to that directory with the AI meta-data overlaid (label name, and confidence). For example: Person (98%).

You should map a volume to the docker image that is on your NAS.

Trigger Interval

The trigger interval (defaults to 60s) allows the AI to be triggered after an interval after a successful match. This lowers the number of notifications for one "event" and also reduces the CPU impact to the Synology NAS.

If you want to configure up or down from the 60 second default, use 'triggerInterval' setting in the settings.json file (in seconds).

Clone this wiki locally