Bräuchte den ganzen Log inkl Fehlermeldung
Dein "stillImageSource" scheint fehlerhaft zu sein, kannst du mal dein config.json posten bitte
bei der 47 ist es das gleiche.
[29/12/2021, 17:09:00] [CameraUI] System: Node.js v16.12.0 or higher is required. You may experience issues running this plugin running on v14.17.4.
Ich möchte jetzt aber nicht umbedingt auf 16.12.x updaten.
Code
},
{
"name": "CameraUI",
"port": 2222,
"atHomeSwitch": true,
"debug": false,
"mqtt": {
"active": false
},
"http": {
"active": false,
"localhttp": false
},
"smtp": {
"active": false
},
"ftp": {
"active": false
},
"ssl": {
"active": false
},
"options": {
"videoProcessor": "ffmpeg"
},
"cameras": [
{
"name": "KameraTest",
"motion": true,
"doorbell": true,
"switches": true,
"motionTimeout": 1,
"videoConfig": {
"source": "-re -i rtsp://admin:[email protected]/live1.sdp",
"stillImageSource": "-i http://admin:[email protected]:80/image/jpeg.cgi",
"maxStreams": 2,
"maxWidth": 1280,
"maxHeight": 720,
"maxFPS": 20,
"maxBitrate": 299,
"audio": true
}
}
],
"platform": "CameraUI"
}
],
"disabledPlugins": []
}
Alles anzeigen