Live full screen camera

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 ?

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

Thank you Tom, but this changes nothing.

I didn’t mention, but the dashboard view type is set to Grid (tried also with panel).

Set square: false in your gird card?

Sorry you said view not card.

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 :

image

image

Do you know if (and what) I should change here ?

For a larger picture?

Resolutie.

Max is 640 x 480 in substream, which doesn’t give me a full picture.