Hi All,
I’m fighting with some new tablet layout where I need to have a camera view. With my Ubiquity cams it is easy as they have an option to return the snapshot anonymously. But this time I have cam that does have a url but it needs basic auth (like an old school popup with user and pass)
That image comes broken in Layout. If I login in another tab and refresh it will work for like a day but then again requires auth.
Is there a way to pass that the annoying cam?
http://user:pass@ip does not work (that only works on the desktop Edge, but not on the kiosk tablet)
TIA
Maciej
component: f7-card
config:
noBorder: true
style:
--f7-card-content-padding-horizontal: 0px
--f7-card-content-padding-vertical: 0px
--f7-card-header-padding-horizontal: 08px
height: auto
width: 100%
slots:
default:
- component: oh-image-card
config:
noBorder: true
refreshInterval: 2000
style:
height: 335px
margin-bottom: 0% !important
margin-top: 0% !important
width: 630px
url: ='http://192.168.1.105/images/snapshot.jpg?refresh='
+ Math.floor(Math.random() * 1000)