/SynoAI

A Synology Surveillance Station notification system utilising DeepStack AI

Primary LanguageC#GNU General Public License v3.0GPL-3.0

Forked from https://github.com/djdd87/SynoAI so I can try some ideas and help with original project.

SynoAI

A Synology Surveillance Station notification system utilising DeepStack AI, inspired by Christopher Adams' sssAI implementation.

The aim of the solution is to reduce the noise generated by Synology Surveillance Station's motion detection by routing all motion events via a Deepstack docker image to look for particular objects, e.g. people.

While sssAI is a great solution, it is hamstrung by the Synology notification system to send motion alerts. Due to the delay between fetching the snapshot, processing the image using the AI and requesting the alert, it means that the image attached to the Synology notification is sometimes 5-10 seconds after the motion alert was originally triggered.

SynoAI aims to solve this problem by side-stepping the Synology notifications entirely by allowing other notification systems to be used.

(see original help / Config / description files in https://github.com/djdd87/SynoAI )