Hi Clinkadink,clinkadink wrote: ↑Thursday 16 July 2020 14:25 See my comment in post above, check your forcerefresh setting on the block. If this doesn't work, post your block config for the camera.
Changing the forcerefresh from 2 to 1, doesn't change anything.
Maybe is the problem in de IDX of the camera.... In Domoticz is the camera right configured. See below:

My code in Dashticz is now:
Code: Select all
var CameraVoor = 'cam1';
// Camera
blocks['cam1'] = {
type: 'camera',
imageUrl: 'http://192.168.1.5:8080/camsnapshot.jpg?idx=2',
videoUrl: 'http://192.168.1.5:8080/camsnapshot.jpg?idx=2',
refresh: 1,
width: 6,
height: 300,
forcerefresh: 1,
key: 'cam1'
}
var columns = {}
columns[3] = {}
columns[3]['blocks'] = ['sunrise', 'garbage', 'cam1']
columns[3]['width'] = 4;