hass-browser_mod icon indicating copy to clipboard operation
hass-browser_mod copied to clipboard

Show “More_Info” camera in full screen

Open DerT94 opened this issue 1 year ago • 1 comments

Hey,

Is it possible to display a camera directly as a full screen? I currently use the following command

action: browser_mod.more_info
data:
  large: true
  ignore_popup_card: true
  browser_id:
    - ID
  entity: ...........

But this does not open the camera in full screen

DerT94 avatar Sep 10 '24 10:09 DerT94

Not sure if this will be directly applicable to you but i use the popup instead with the webrtc-camera integration

action: browser_mod.popup data: dismissable: true autoclose: false title: Camera Streams browser_id: - ID size: fullscreen timeout: 30000 content: type: custom:webrtc-camera url: camera_front

briodan avatar Oct 16 '24 18:10 briodan

@DerT94 you say that using large: true is not fullscreen. Does it correctly show large? Are you wishing for something larger? When fullscreen due you mean full browser coverage or swicthing device (desktop) to fullscreen.

dcapslock avatar May 21 '25 22:05 dcapslock

not sure if this is any help, but Elchininet and I have a custom plugin Custom-more-info that enables one to set wide more-infos automatically depending on the selection of entity, domain etc. see the option maximized size.

It however is not full screen, but the core HA frontend maximized size...

Mariusthvdb avatar Jun 15 '25 13:06 Mariusthvdb

Best solution for full screen is as per @briodan, that is, to use webrtc-camera which has fullscreen button option. To conifrm, that it is not possible to automatically be fullscreen with user interaction as this is restricted by browsers.

dcapslock avatar Jun 29 '25 03:06 dcapslock