Page 1 of 1

How to add camera in Dashticz

Posted: Monday 29 March 2021 13:38
by hemant5400z
Hi,

I'm trying to add camera's to the dashticz config unfortunately they do not show up.

I tried to use the simple block . Nitcied that rtsp does not work so would like to use the camera config in Domoticz but not sure how to add the camera stream shows in Domoticz but not sure on how to use the block any help appreciated.


Hemant

Re: How to add camera in Dashticz

Posted: Monday 29 March 2021 14:32
by madpatrick
Hi,

Is it working in Domoticz ?
If not, it will probably not work in Dashticz.

This is an examply how to configure a block in Dashticz

Code: Select all

blocks['camera_1'] = {
	type: 'camera', 
	title: 'Voordeur', 
	isimage: true, 
	refresh: 5, 
	width: 4, 
	height:180, 
	forcerefresh: 1,
	slidedelay : 10,
 	imageUrl: 'https://IP_DOMOTICZ/camsnapshot.jpg?idx=1',
}