Page 1 of 1

Camera error Dashticz

Posted: Tuesday 06 June 2023 21:34
by michelscholte
After installing MotionEye i'm able to see my camera's through a MotioEye stream within an internet browser. When I configure the stream in Dashticz I get an error.
Knipsel7.JPG
Knipsel7.JPG (48.04 KiB) Viewed 467 times


This is the config in CONFIG.js:
blocks["camera_38"] = {
type: "camera",
cameras: [
{
title: "Havendijk 38",
videoUrl: "http://192.168.1.115:8087",
},
],
width: 12,
height: 665,
refresh: 2,
traytimeout: 5,
slidedelay: 30,
forcerefresh: 1
}

Re: Camera error Dashticz

Posted: Tuesday 06 June 2023 21:47
by Lokonli
I think you also have to provide an imageUrl in the block definition. Can you try that?

Re: Camera error Dashticz

Posted: Tuesday 06 June 2023 21:58
by michelscholte
This was the trick. :D

Thanks again.