Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

August Doorbell Cam Pro - Missing Snapshots #49

Open
booshtukka opened this issue Dec 9, 2019 · 2 comments
Open

August Doorbell Cam Pro - Missing Snapshots #49

booshtukka opened this issue Dec 9, 2019 · 2 comments

Comments

@booshtukka
Copy link

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

@dikodahan
Copy link

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
Copy link
Author

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. :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants