diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2022-06-17 00:06:41 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2022-06-17 00:06:41 +0300 |
commit | fa97ccaa64e1819af3296e95dcbe10fa1c6c788d (patch) | |
tree | aa36d837f043b94ed9080cfd1d4c422699f81c75 /doc | |
parent | b3b48406c2e74b65bbe4e2f39771ce3e28110b7b (diff) |
esp32cam_capture_diff_node: update config format, add ability to resize image with pyssim
Diffstat (limited to 'doc')
-rw-r--r-- | doc/esp32cam_capture_diff_node.md | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/doc/esp32cam_capture_diff_node.md b/doc/esp32cam_capture_diff_node.md new file mode 100644 index 0000000..0fba497 --- /dev/null +++ b/doc/esp32cam_capture_diff_node.md @@ -0,0 +1,26 @@ +## Dependencies + +**pyssim**, which can be installed from pypi: +``` +pip3 install pyssim +``` + +## Configuration + +``` +esp32cam_web_addr = "192.168.1.2:80" + +[pyssim] +bin = "/home/user/.local/bin/pyssim" +width = 250 +height = 375 +threshold = 0.88 + +[node] +name = "sensor_node_name" +interval = 15 +server_addr = "127.0.0.1:8311" + +[logging] +verbose = true +```
\ No newline at end of file |