Create config.json
This commit is contained in:
parent
bb87d2f7e9
commit
10566b6db8
|
@ -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"
|
||||
}
|
Loading…
Reference in New Issue