Simple live view for Tablet

TonyR

IPCT Contributor
Joined
Jul 15, 2014
Messages
16,677
Reaction score
38,807
Location
Alabama
Hi

Thanks for your reply but I used
http://192.168.x.xxx:xx/ui3.htm?cam=cam3

and I still get a page showing all of my cameras at once
Look at "camera settings" => "general" tab =>> "short name" :
Is the short name "cam3" or "Cam3" with a capital "C" ?

Mine is a capital C and when use Cam3 in the URL I get just that cam but if I use cam3 I get all cams.
 

bp2008

Staff member
Joined
Mar 10, 2014
Messages
12,672
Reaction score
14,015
Location
USA
There's no need to look up what the camera short name is. Just open the camera in UI3 and UI3 will insert the correct parameter into its own URL. This is done for a bunch of things to increase awareness of the capability and aid in link sharing.

Examples:

1669923834448.png
1669923846927.png
1669923864036.png
1669924020948.png

Also there is no supported way to disable major UI3 components like the OP wanted. It would be a fairly easy task for a UI Extension but that does require some web development skill.
 

TonyR

IPCT Contributor
Joined
Jul 15, 2014
Messages
16,677
Reaction score
38,807
Location
Alabama
There's no need to look up what the camera short name is. Just open the camera in UI3 and UI3 will insert the correct parameter into its own URL. This is done for a bunch of things to increase awareness of the capability and aid in link sharing.
FWIW, and in answer to @jjsmd 's issue, the URL example I provided DOES have to have the cam name exactly as it is set up and my case it's "Cam3" with a capital C. Perhaps his version of UI3 is different; mine is version 153, BI version is 5.4.7.11.

Code:
http://192.168.200.250:81/ui3.htm?cam=Cam3
brings up just Cam3
Code:
http://192.168.200.250:81/ui3.htm?cam=cam3
brings up ALL cams
:idk:
 

jjsmd

Young grasshopper
Joined
Mar 15, 2016
Messages
56
Reaction score
1
Thanks for your reply

I am using version 5.4.3.11

Not sure why but I have about 10 cameras some of them works fine some of them doesn't work and displays all cameras at once even though I am using exact spelling correctly.
 
Top