Oh ich bin so doof. Hab gerade erst gesehen, dass ich sie manuell hinzugefügten muss.
Funktioniert jetzt alles, sorry
Hallo, ich bin es nochmal.
Nachdem ich zu doof war, die Kameras manuell hinzuzufügen, funktioniert jetzt alles soweit.
Allerdings funktioniert die Aufnahme nur, wenn ich einstelle, dass bei jeder Bewegung aufgenommen werden soll. Sobald ich einstelle, dass nur bei erkannter Person/Auto/Tier die Aufnahme starten soll, passiert nichts.
Das live Bild und alles andere funktioniert super.
Hat jemand das Problem gelöst? Ich habe das Forum durchsucht, aber nur gefunden, dass einige auch das Problem haben, allerdings ohne keine konkrete Lösungen.
Ich hänge mal meine config an.
Code
{
"name": "CameraUI",
"port": 8090,
"atHomeSwitch": false,
"logLevel": "info",
"mqtt": {
"active": false,
"tls": false,
"port": 1883
},
"http": {
"active": false,
"port": 7272,
"localhttp": false
},
"smtp": {
"active": false,
"port": 2727,
"space_replace": "+"
},
"ftp": {
"active": false,
"useFile": false,
"port": 5050
},
"ssl": {
"active": false
},
"options": {
"videoProcessor": "/usr/local/lib/node_modules/homebridge-camera-ui/node_modules/ffmpeg-for-homebridge/ffmpeg"
},
"cameras": [
{
"name": "Kamera Einfahrt ",
"motion": false,
"doorbell": true,
"motionTimeout": 15,
"unbridge": true,
"hsv": true,
"prebuffering": true,
"prebufferLength": 4,
"hksvConfig": {
"source": "-i rtsp://admin:[email protected]:554/h264Preview_01_main",
"vcodec": "copy"
},
"videoConfig": {
"source": "-i rtsp://admin:[email protected]:554/h264Preview_01_main",
"subSource": "-i rtsp://admin:[email protected]:554/h264Preview_01_sub",
"stillImageSource": "-i rtsp://admin:[email protected]:554/h264Preview_01_main",
"rtspTransport": "tcp",
"vcodec": "copy",
"acodec": "libfdk_aac",
"stimeout": 0,
"audio": false
},
"smtp": {
"email": "Kamera Einfahrt "
},
"videoanalysis": {
"active": true
},
"mqtt": {}
},
{
"name": "Kamera Garten",
"motion": false,
"motionTimeout": 15,
"unbridge": true,
"hsv": true,
"prebuffering": true,
"prebufferLength": 4,
"hksvConfig": {
"vcodec": "copy"
},
"videoConfig": {
"source": "-i rtsp://admin:[email protected]:554/h264Preview_01_main",
"subSource": "-i rtsp://admin:[email protected]:554/h264Preview_01_sub",
"stillImageSource": "-i rtsp://admin:[email protected]:554/h264Preview_01_main",
"rtspTransport": "tcp",
"vcodec": "copy",
"acodec": "libfdk_aac",
"stimeout": 0,
"audio": false
},
"smtp": {
"email": "Kamera Garten"
},
"videoanalysis": {
"active": true
},
"mqtt": {}
},
{
"name": "Kamera Wohnzimmer",
"motion": true,
"motionTimeout": 15,
"unbridge": true,
"hsv": true,
"prebuffering": true,
"prebufferLength": 4,
"hksvConfig": {
"vcodec": "copy"
},
"videoConfig": {
"source": "-i rtsp://PidiPiderson:[email protected]:554/stream2",
"subSource": "-i rtsp://PidiPiderson:[email protected]:554/stream2",
"stillImageSource": "-i rtsp://admin:[email protected]:554/stream2",
"rtspTransport": "tcp",
"vcodec": "copy",
"acodec": "libfdk_aac",
"audio": false
},
"smtp": {
"email": "Kamera Wohnzimmer"
},
"videoanalysis": {
"active": true
},
"mqtt": {}
}
],
"platform": "CameraUI"
}
],
"disabledPlugins": []
}
Alles anzeigen