Call ui3.htm with group name

modit

n3wb
Joined
Dec 19, 2020
Messages
10
Reaction score
4
Location
india
I have enabled webserver in bue iris and am able to use my server with http://hostname:81/ , after login it redirects me to http://hostname:81/ui3.htm .
My group name will come under zone , zone 1 will have some groups, zone 2 will have other groups. I will have two drop down on top of the page with zone and group, i want if a user click zone 1 drop down 2 will populate with corresponding group and when the user click the group 2 the camera under that group will open.

any idea how can i achieve that,
Thank you
 

TonyR

IPCT Contributor
Joined
Jul 15, 2014
Messages
16,784
Reaction score
39,068
Location
Alabama
  • Look at the 3 dots in upper right corner of UI3.
  • Click on the dots, then select "Help"
  • Select "More Topics" => "URL Parameters"
  • Use
    Code:
    http://hostname:81/ui3.htm?group=groupname
EDIT: To clarify, "groupname" in the above example code is the name you assigned the group in Blue Iris.
 
Last edited:
Top