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

Show “More_Info” camera in full screen #751

Open
DerT94 opened this issue Sep 10, 2024 · 1 comment
Open

Show “More_Info” camera in full screen #751

DerT94 opened this issue Sep 10, 2024 · 1 comment

Comments

@DerT94
Copy link

DerT94 commented Sep 10, 2024

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

@briodan
Copy link

briodan commented Oct 16, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants