IPCamAppBar/IPCamAppBar/config.json

25 lines
452 B
JSON

{
"AppBar": {
"Monitor": 0,
"Side": "Top",
"Size": 480,
"Spacing": 2
},
"Cameras": [
{
"Type": "RTSP",
"URL": "rtsp://username:password@ipcamera1/",
"Width": 480,
"Height": 360,
"OverlayDateTime": false
},
{
"Type": "HTTPMJPEG",
"URL": "http://username:password@ipcamera2/videostream.cgi",
"Width": 480,
"Height": 360,
"OverlayDateTime": true
}
]
}