IPCamAppBar/IPCamAppBar/config.json

25 lines
452 B
JSON
Raw Permalink Normal View History

2019-08-23 09:13:10 +00:00
{
"AppBar": {
"Monitor": 0,
2019-08-23 09:13:10 +00:00
"Side": "Top",
2021-07-13 16:09:03 +00:00
"Size": 480,
"Spacing": 2
2019-08-23 09:13:10 +00:00
},
"Cameras": [
{
2021-07-13 16:09:03 +00:00
"Type": "RTSP",
"URL": "rtsp://username:password@ipcamera1/",
2019-08-23 09:13:10 +00:00
"Width": 480,
2021-07-13 16:09:03 +00:00
"Height": 360,
"OverlayDateTime": false
2019-08-23 09:13:10 +00:00
},
{
2021-07-13 16:09:03 +00:00
"Type": "HTTPMJPEG",
2019-08-23 09:13:10 +00:00
"URL": "http://username:password@ipcamera2/videostream.cgi",
"Width": 480,
2021-07-13 16:09:03 +00:00
"Height": 360,
"OverlayDateTime": true
2019-08-23 09:13:10 +00:00
}
]
}