From 10566b6db86dfdd87a255f3cb31424f772f39706 Mon Sep 17 00:00:00 2001 From: slashtechno <77907286+slashtechno@users.noreply.github.com> Date: Sun, 18 Dec 2022 12:54:01 -0800 Subject: [PATCH] Create config.json --- config/config.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 config/config.json diff --git a/config/config.json b/config/config.json new file mode 100644 index 0000000..b041e65 --- /dev/null +++ b/config/config.json @@ -0,0 +1,17 @@ +{ + "URL": "rtsp://bridge:8554/cv", + "RUN_SCALE": "0.5", + "VIEW_SCALE": "0.5", + "faces": { + "person1": { + "image": "config/person1.jpg", + "last_seen": "" + }, + "person2": { + "image": "config/person2.jpg", + "last_seen": "" + } + }, + "display": false, + "ntfy_url": "http://ntfy:80/cam" +}