dashticz popup a camera block
Posted: Wednesday 02 February 2022 8:57
Is it possible to popup a camera block.
I have my cameras working ok in two blocks with sliders etc.
I tried to popup these blocks but get a black screen..
buttons.camtuin= {key: "Camtuin", width: 3, title:"Camera tuin",icon: 'fas fa-camera', popup:'camera1'} // slide:10 is working ok
// CAMERA's
blocks["camera1"] =
{
type: "camera",
cameras:[
{title: "Straatview",imageUrl: "http://#IP_CAMSERVER:8901",},
],
width: 12,
height: 680,
refresh: 3,
traytimeout: 3,
slidedelay: 3,
forcerefresh: 1,
};
I have my cameras working ok in two blocks with sliders etc.
I tried to popup these blocks but get a black screen..
buttons.camtuin= {key: "Camtuin", width: 3, title:"Camera tuin",icon: 'fas fa-camera', popup:'camera1'} // slide:10 is working ok
// CAMERA's
blocks["camera1"] =
{
type: "camera",
cameras:[
{title: "Straatview",imageUrl: "http://#IP_CAMSERVER:8901",},
],
width: 12,
height: 680,
refresh: 3,
traytimeout: 3,
slidedelay: 3,
forcerefresh: 1,
};