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" +}