Samfox2 / homebridge-videodoorbell

Video-Doorbell plugin based on homebridge-camera-ffmpeg for Homebridge.
Apache License 2.0
96 stars 17 forks source link

August Doorbell Cam Pro - Missing Snapshots #49

Open booshtukka opened 4 years ago

booshtukka commented 4 years ago

Does anyone know the API for the August Doorbell Cam Pro to show the snapshots?

dikodahan commented 4 years ago

I was able to get snapshots using the following config:

        {
            "platform": "Video-doorbell",
            "cameras": [
                {
                    "name": "Doorbell",
                    "port": 554,
                    "videoConfig": {
                        "source": "-re -i rtsp://<your doorbell IP address>/live/stream1",
                        "maxWidth": 360,
                        "maxHeight": 1280,
                        "maxFPS": 30
                    }
                }
            ]
        }
booshtukka commented 4 years ago

I've duplicated your settings almost exactly. Snapshots do seem to be working (albeit distorted) - but when I access the camera I see No Response. :(