homebridge-camera-ffmpeg icon indicating copy to clipboard operation
homebridge-camera-ffmpeg copied to clipboard

Zennio IP camera

Open vrwim opened this issue 1 year ago • 0 comments

Manufacturer/Model: Zennio GetFace IP

Homebridge Config:

                {
                    "name": "Zennio GetFace IP",
                    "motionTimeout": 15,
                    "prebuffering": null,
                    "videoConfig": {
                        "source": "-i rtsp://user:pass@localip",
                        "stillImageSource": "-i rtsp://user:pass@localip",
                        "stimeout": 10,
                        "audio": true,
                        "debug": null,
                        "subSource": "-i rtsp://user:pass@localip",
                        "rtspTransport": null,
                        "vcodec": null,
                        "acodec": null
                    },
                    "mqtt": {},
                    "smtp": {
                        "email": "Zennio GetFace IP"
                    },
                    "videoanalysis": {
                        "active": true
                    },
                    "unbridge": null,
                    "motion": null,
                    "doorbell": null,
                    "switches": null,
                    "motionDoorbell": true,
                    "excludeSwitch": null,
                    "privacySwitch": null,
                    "manufacturer": null,
                    "model": null,
                    "serialNumber": "zennio-getface-ip",
                    "prebufferLength": 4,
                    "hsv": true
                }

Additional Information: You will need the Video License to enable RTSP on the doorbell

vrwim avatar Mar 10 '23 14:03 vrwim