twrecked / lovelace-hass-aarlo

Lovelace card for hass-aarlo integration.
75 stars 23 forks source link

Arlo Video Doorbell 1:1 Aspect Ratio #51

Closed larsstaa closed 4 years ago

larsstaa commented 4 years ago

I have implemented the Arlo Video Doorbell. The problems is that the Arlo Video Doorbell has a different ratio then other Arlo cameras. The video doorbell has aspect Ratio of 1:1 with resolution 1536x1536, 1080x1080 or 720x720. When clicking to see the last recordings, the 3x3 grid overview chop off the top and bottom clips. The same problem with aspect ratio is also when streaming directly from the small window without fullscreen, but that is not so noticeable as the last clip grid 3x3 overview. Would it be possible to add a setting in the Configuration where we can choose what type of camera we have and the aspect ratio gets adjusted?

Arlo Video Doorbell

twrecked commented 4 years ago

I'll take a look.

Truthfully, javascaript/css/html isn't my strong point but I think I can figure something out.

larsstaa commented 4 years ago

Thank you, that's sound great. And thank you for the amazing work on the hass-aarlo integration :-)

twrecked commented 4 years ago

The support is experimental but can you try the latest release. Add the following to your doorbell card config:

aspect_ratio: square
larsstaa commented 4 years ago

I can confirm that it is works perfect :)

twrecked commented 4 years ago

Thanks for the update.

twrecked commented 4 years ago

@larsstaa A favour - this question came in. I don't have a video doorbell, can you confirm the things he mentioned work? Thanks!

larsstaa commented 4 years ago

@twrecked I am out traveling, but will try it upcoming weekend. Have not tried to detect the button on dorbell, but motion sensor and live stream is working.

wjbeckett commented 4 years ago

@larsstaa Thanks for the reply! Good to know that the motion sensor and live stream works. I assume these show up by default without any further configuration. If you can let me know about the button press that would be amazing.

Also, does this integration require a hub to work with the video doorbell at all?

wjbeckett commented 4 years ago

@larsstaa also, do you need the Arlo subscription for this to work?

larsstaa commented 4 years ago

Questions answered in other post: https://github.com/twrecked/hass-aarlo/issues/335