seydx / homebridge-camera-ui

Homebridge plugin for RTSP Cameras with HSV, motion detection support, Image Rekognition, Web UI to manage/watch streams and WebApp support
MIT License
638 stars 92 forks source link

HSV no longer works - aborted Warning in LOG "TIMEOUT" and "UNEXPECTED_FAILURE" #733

Closed monza258 closed 1 year ago

monza258 commented 1 year ago

Environment

When Camera Detect a Motion, I got some Warnings and UI will not record any Motion.

Dome: The recording process was aborted by HSV with reason "UNEXPECTED_FAILURE"
Eingang: The recording process was aborted by HSV with reason "TIMEOUT"

I have five cameras and none work.

Config:

 "name": "Eingang",
                    "manufacturer": "Besder",
                    "model": "50X50-WG",
                    "serialNumber": "12345",
                    "excludeSwitch": true,
                    "privacySwitch": true,
                    "motion": true,
                    "doorbell": false,
                    "switches": false,
                    "useInterfaceTimer": true,
                    "motionTimeout": 30,
                    "unbridge": true,
                    "hsv": true,
                    "prebuffering": true,
                    "prebufferLength": 4,
                    "hksvConfig": {
                        "source": "-i rtsp://admin:XXX@192.168.0.155:554/user=admin_password=XXX_channel=1_stream=0.sdp",
                        "maxWidth": 1280,
                        "maxHeight": 720,
                        "maxFPS": 30,
                        "vcodec": "copy",
                        "acodec": "libfdk_aac",
                        "audio": false
                    },
                    "videoConfig": {
                        "source": "-i rtsp://admin:XXX@192.168.0.155:554/user=admin&password=XXX&channel=1&stream=0.sdp",
                        "subSource": "-i rtsp://admin:XXX@192.168.0.155:554/user=admin_password=XXX_channel=0_stream=1.sdp",
                        "stillImageSource": "-i rtsp://admin:XXX@192.168.0.155:554/user=admin&password=XXX&channel=0&stream=1.sdp",
                        "rtspTransport": "tcp",
                        "maxStreams": 4,
                        "vcodec": "copy",
                        "acodec": "libfdk_aac",
                        "stimeout": 30,
                        "audio": false,
                        "debug": false
                    },
                    "smtp": {
                        "email": "Eingang"
                    },
                    "videoanalysis": {
                        "active": false
                    },
                    "mqtt": {}

Camera Setting:

Camsettings

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

mkz212 commented 10 months ago

Probable solution: #855