From 842ab5cd1585cfc21ac591c910ed2b6a9c308aa5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20=C5=A0ari=C4=87?= Date: Mon, 1 Jan 2024 16:26:25 +0100 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 2fffa70..735b236 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,9 @@ mentioned in the previous sentence. As in the previous case, an image will be se The service admin should change the default name - "uknown" - to a designation for that embedding (ex. the name or alias of the detected face). This can only be done by direct connection to the mongodb instance as a seperate admin interface does not exsist. +It was originally intended to be used with another application I wrote that monitors ONVIF cameras and posts motion events +with snapshots to Slack. For details, please see that project [here](https://github.com/Path-Variable/onvif-cam-poll). + ## How to run The service has a single dependency - a MongoDB database. It uses only a single collection for all operations.