. FWIW, here's the block config:
//Camera Block
blocks["cameras"] = {
type: "camera",
cameras: [
{
title: "Camera1",
imageUrl: "http://192.168.nnn.nnn/axis-cgi/jpg/ima ... on=320x240",
videoUrl: "http://192.168.nnn.nnn/axis-cgi/mjpg/vi ... e=Balanced",
},
{
title: "Camera2",
imageUrl: "http://192.168.nnn.nnn/axis-cgi/jpg/ima ... on=320x240",
videoUrl: "http://192.168.nnn.nnn/axis-cgi/mjpg/vi ... =Bandwidth",
},
],
width: 6,
height: 200,
refresh: 1.0, // seconds to refresh the image [***BREAKING CHANGE***]
traytimeout: 3, // seconds to keep the camera tray open
slidedelay: 0, // seconds before sliding to the next camera
forcerefresh: 1, // caching-prevention mechanism of the images
};