bp2008 / ui3

A powerful, modern HTML5 web interface for Blue Iris.
GNU Lesser General Public License v3.0
124 stars 16 forks source link

More switches? #80

Closed wilddoktor closed 3 years ago

wilddoktor commented 3 years ago

I currently open the ui3 webpage for one of my cameras with the following: /ui3.htm?maximize=1&cam=hd1&tab=live

How do I add switches to the url that will:

  1. Set the timeout to 0
  2. Set the resolution to JPG

Thanks!

bp2008 commented 3 years ago
  1. There isn't one for that. See this if you want to disable the timeout globally.
  2. https://bp2008.github.io/ui3/ui3/help/help.html#urlparameters
bp2008 commented 3 years ago

The help file can only list your streaming profile parameter options if you open it from within UI3. Anyway streamingprofile=Jpeg%20HD should do it.

wilddoktor commented 3 years ago

Fantastic, thank you so much!!