doc: update esp32cam_capture_diff_node doc

This commit is contained in:
Evgeny Zinoviev 2022-06-17 00:51:46 +03:00
parent 58a4a28f58
commit fd4e6c431f

View File

@ -1,6 +1,6 @@
## Dependencies ## Dependencies
**pyssim**, which can be installed from pypi: [**pyssim**](https://github.com/jterrace/pyssim), which can be installed from pypi:
``` ```
pip3 install pyssim pip3 install pyssim
``` ```
@ -24,3 +24,12 @@ server_addr = "127.0.0.1:8311"
[logging] [logging]
verbose = true verbose = true
``` ```
To enable Telegram notifications when **pyssim** returned `score` is less then `threshold`,
add following section to the config:
```
[telegram]
chat_id = "..."
token = "..."
```