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

Camera name detected, but cant view feed #12

Open
trullock opened this issue Nov 8, 2021 · 2 comments
Open

Camera name detected, but cant view feed #12

trullock opened this issue Nov 8, 2021 · 2 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@trullock
Copy link

trullock commented Nov 8, 2021

I've set up my config as per the readme, and its pulls in the name of my camera (Bedroom), but the feed doesnt work.

Looks like this on the default dashboard:

image

and like this when you click on it:

image

The broken image url is: http://homeassistant.local:8123/api/camera_proxy_stream/camera.bedroom?token=xxxxxxx where xxxx is some token, and its returning 502 Bad Gateway

This is in the logs as a warning, not sure if that matters or not:

Logger: homeassistant.components.camera
Source: components/camera/__init__.py:488
Integration: Camera (documentation, issues)
First occurred: 16:49:55 (1 occurrences)
Last logged: 16:49:55

The camera entity camera.bedroom does not support requesting width and height, please open an issue with the integration author
@trullock
Copy link
Author

Is this because this component is only designed to show the last motion-detected event, and I have that feature disabled in KodakSmartHome camera settings?

I'd like to just see the live feed, is that possible?

@kairoaraujo
Copy link
Owner

Hi @trullock,
Yes, so far, this component is only designed to show the last motion-detected event. There is a note in this component about it (I added recently).

To have the possibility to have the live feed/streaming, we need to investigate kairoaraujo/python-kodaksmarthome#22

@kairoaraujo kairoaraujo added enhancement New feature or request help wanted Extra attention is needed labels Nov 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants