IPCamAppBar/config.json
Mark van Renswoude 8f61224777 Fixed "no data" message appearing immediately
Fixed TaskCanceledException handling on shutdown
2019-08-23 11:18:19 +02:00

20 lines
337 B
JSON

{
"AppBar": {
"Monitor": 0,
"Side": "Top",
"Size": 480
},
"Cameras": [
{
"URL": "http://username:password@ipcamera1/videostream.cgi",
"Width": 480,
"Height": 360
},
{
"URL": "http://username:password@ipcamera2/videostream.cgi",
"Width": 480,
"Height": 360
}
]
}