diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2022-06-17 00:51:46 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2022-06-17 00:51:46 +0300 |
commit | fd4e6c431f65a23808d79c759797b1f8900a8a3a (patch) | |
tree | 6f30d9436a59e85926da190ffb7fe3bd5bf55669 /doc | |
parent | 58a4a28f588fe2645ee06a17718767775584becb (diff) |
doc: update esp32cam_capture_diff_node doc
Diffstat (limited to 'doc')
-rw-r--r-- | doc/esp32cam_capture_diff_node.md | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/doc/esp32cam_capture_diff_node.md b/doc/esp32cam_capture_diff_node.md index 0fba497..85a565e 100644 --- a/doc/esp32cam_capture_diff_node.md +++ b/doc/esp32cam_capture_diff_node.md @@ -1,6 +1,6 @@ ## Dependencies -**pyssim**, which can be installed from pypi: +[**pyssim**](https://github.com/jterrace/pyssim), which can be installed from pypi: ``` pip3 install pyssim ``` @@ -23,4 +23,13 @@ server_addr = "127.0.0.1:8311" [logging] verbose = true +``` + +To enable Telegram notifications when **pyssim** returned `score` is less then `threshold`, +add following section to the config: + +``` +[telegram] +chat_id = "..." +token = "..." ```
\ No newline at end of file |