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

Direct URL to full screen of camera group / layout? #12048

Closed
bob454522 opened this issue Jun 18, 2024 · 2 comments
Closed

Direct URL to full screen of camera group / layout? #12048

bob454522 opened this issue Jun 18, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@bob454522
Copy link
Sponsor

Describe what you are trying to accomplish and why in non technical terms
(This may already exist - and I'm just not good enough with chrome inspector / developer tools to figure out the request/url). Im trying to get a URL that will bring me directly to the live page of a camera group? (ie the page in the image below)

(my use case is: I have various windows PCs and raspberry PIs that will display cameras via chrome/chromeium, launching at startup, to load a URL at full screen).

for anyone interested im using a bash script that executes this (in the case of my ras PIs):
DISPLAY=:0 chromium-browser -start-maximized -kiosk -noerrdialogs "http:https://10.6.6.114:5000/" &

is there a URL we can use to go directly to the live page of a camera group? (ie the page in my image below)

even better if its possible to "click" the full screen button in the bottom right corner (however i can script this mouse click, if only i could get a URL to a camera group page).

(i could Of course script both mouse clicks, but I'm trying to avoid that if a URL exists or is possible.)

or if not this could be a feature request for such a url to be coded, As I'm sure there are use cases beyond mine for this (for example a bookmark on a phone/tablet that when you tap it it opens the web browser directly to a specific camera group).

thanks

image

@bob454522 bob454522 added the enhancement New feature or request label Jun 18, 2024
@Daniel-dev22
Copy link
Contributor

Daniel-dev22 commented Jun 19, 2024

To get to a group it's as simple as
http:https://10.6.6.114:5000/groupname

Individual live camera
http:https://10.6.6.114:5000/#cameraname

@hawkeye217
Copy link
Collaborator

hawkeye217 commented Jun 19, 2024

To get to a group it's as simple as http:https://10.6.6.114:5000/groupname

Individual live camera http:https://10.6.6.114:5000/#cameraname

This is correct for individual cameras, but the group URL is incorrect. Group URLs have been added in this PR: #12061

example:

<frigate_url>/?group=<group_name>

The group_name needs to match what's in your frigate config file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants