Create config.json

This commit is contained in:
slashtechno 2022-12-18 12:54:01 -08:00 committed by GitHub
parent bb87d2f7e9
commit 10566b6db8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 0 deletions

17
config/config.json Normal file
View File

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