IPCamAppBar/IPCamAppBar/config.json

20 lines
337 B
JSON
Raw Normal View History

2019-08-23 09:13:10 +00:00
{
"AppBar": {
"Monitor": 0,
2019-08-23 09:13:10 +00:00
"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
}
]
}