UI3 full screen not working in iframe - can I default UI3 to full screen instead?

CedarTree

Getting the hang of it
Feb 12, 2020
115
16
See subject line above please. Thanks!
 
See subject line above please. Thanks!
Try this:
Code:
http://BI-Server-IP:BI-Server-Port/ui3.htm?group=groupname&maximize=1

If you want to have user and password as part of URL, try this below. Just insure that in BI "settings" => " Web server" => "advanced" that "use secure session keys and login page" is NOT checked:
Code:
http://BI-Server-IP:BI-Server-Port/ui3.htm?group=groupname&maximize=1&user=username&pw=password

FWIW, these can be found in UI3's built-in Help" at the 3 dots upper right corner, then "Help" => "More Topics" => "URL Parameters".
 
Old thread, but... I tried this to look at a camera group directly, and it works great for that. It did reformat the url slightly from what I entered originally.
Originally entered:
Code:
http://192.xxx.xxx.xxx:81/ui3.htm?group=OwlT
Now the url appears as:
Code:
http://192.xxx.xxx.xxx:81/?t=live&group=OwlT

But now I cannot undo the group selection! Anything I do it puts the group back into the url and shows just that group (for me that is 1 camera per group).
I can change the group, but I cannot get rid of it to see everything again.

Any help is much appreciated!

I did take a look at the help URL Parameters. It shows how to do this, but not how to undo it.
I'm going to do the old standby... clear cache and reboot. :confused:
 
@DavBI Unless you've limited your user to a certain group/s in Blue Iris settings, this should show you all the cameras:
Code:
http://192.xxx.xxx.xxx:81/?t=live&group=index

Also, clicking on the picture should take you back to all the cameras.
 
  • Like
Reactions: TonyR
@DavBI Unless you've limited your user to a certain group/s in Blue Iris settings, this should show you all the cameras:
Code:
http://192.xxx.xxx.xxx:81/?t=live&group=index

Also, clicking on the picture should take you back to all the cameras.
For my version that's partially accurate...

FWIW, in my BI v5.9.9.73, entering "group=index" into the URL does bring back all cameras from a displayed group BUT clicking on a picture (camera) in the displayed group only brings up that solo camera, a second click restores that group and I must change the group in the URL to "index" to restore all cameras. :cool: