Feature | Support |
Sending | |
Receiving | |
Config |
Supported Brands
None
Sender Arguments
None
Config
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | {
"devices": {
"webcam": {
"protocol": [ "generic_webcam" ],
"id": [{
"id": 100
}],
"url": "http://x.x.x.x:xxxx"
}
},
"gui": {
"webcam": {
"name": "Webcam",
"group": [ "Frontdoor" ],
"media": [ "all" ]
}
}
}
|
Option | Value |
id | 0 - 99999 |
url | valid image url |
Optional Settings
Device Settings
Setting | Default | Format | Description |
poll-interval | 10 | number | Refresh webcam image interval |
GUI Settings
Setting | Default | Format | Description |
image-width | NULL | number | Webcam image width |
image-height | 300 | number | Webcam image height |
show-webcam | 1 | 1 or 0 | Don’t display the webcam image |