Remove PTZ in UI

Overcon

Getting the hang of it
Joined
Aug 6, 2014
Messages
196
Reaction score
31
Is there a way to remove the PTZ section in the UI3? I just want the cameras to display while in fullscreen mode.
 

TonyR

IPCT Contributor
Joined
Jul 15, 2014
Messages
16,716
Reaction score
38,912
Location
Alabama
Is there a way to remove the PTZ section in the UI3? I just want the cameras to display while in fullscreen mode.
Try this; put in your BI server's IP and port, of course:
Code:
http://192.168.1.239:81/ui3.htm?maximize=1
You can also embed your username and password in the URL like this:
Code:
http://192.168.1.239:81/ui3.htm?maximize=1&user=username&pw=password
 
Last edited:

Overcon

Getting the hang of it
Joined
Aug 6, 2014
Messages
196
Reaction score
31
That gets ride of the PTZ section, but not the Profile Status. I am trying to squeeze that last little bit so it is only the cameras. I had it once before, or I believe I did, but damned if I can recall how I did it.
 

Overcon

Getting the hang of it
Joined
Aug 6, 2014
Messages
196
Reaction score
31
Ah, I found it. You have to maximize it in the browser, then hit the maximize square icon in the lower right to expand it to just the cameras, none of the Streaming Quality, PTZ or Profiles.
 

DEADBEEF

n3wb
Joined
Apr 4, 2016
Messages
11
Reaction score
3
I made a basic custom live-view web page that drops in the BI www folder and defaults to showing the index in full screen. Clicking a cam fullscreens it, clicking again goes back to the index. Double clicking opens the ui3.htm page on the current view. Super simple and that's all it does.
I was lazy though and just used MJPG streams so it's really only best used for local intranet viewing.

If that's any good to you let me know.

...Maybe someone could adapt it to use HLS streams so it'd be more usable over the internet?
 
Last edited:
Top