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://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

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://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