Tsar
(Christian)
1
Hello,
I have this on a dashboard :
- camera_view: live
type: picture-glance
entities: []
camera_image: camera.camera_garagedeur_substream
tap_action:
action: none
hold_action:
action: none
In the past this worked perfect, but now…
At first I get a full screen and a perfect image :
After some seconds it goes to real time and I get a reduced ugly picture :
How can I solve this ?
tom_l
2
Set the correct aspect ratio of your camera https://www.home-assistant.io/dashboards/picture-glance/#aspect_ratio
Looks like you need:
- camera_view: live
type: picture-glance
entities: []
camera_image: camera.camera_garagedeur_substream
aspect_ratio: 1.78
tap_action:
action: none
hold_action:
action: none
Tsar
(Christian)
3
Thank you Tom, but this changes nothing.
I didn’t mention, but the dashboard view type is set to Grid (tried also with panel).
tom_l
4
Set square: false
in your gird card?
Sorry you said view not card.
Tsar
(Christian)
5
Now I see when switching to mainstream it works fine :
- camera_view: live
type: picture-glance
entities: []
camera_image: camera.camera_garagedeur_mainstream
tap_action:
action: none
hold_action:
action: none
I see these configurations in my camera :
Do you know if (and what) I should change here ?
Tsar
(Christian)
7
Max is 640 x 480 in substream, which doesn’t give me a full picture.