Page 1 of 1

webcam

Posted: Fri Sep 17, 2021 11:03 am
by pd3lkn
hi all i have setup my page en it works :roll:
but i'm struggeling with te webcam when you look at the site www.pd3lkn.nl then you see at the right a webcam tab when you click that you get the live feed from my cam :lol:
but i want the cam stream direct vieuwing on the page someting simmular like the radar screen on the left
how must i do that some help please

Re: webcam

Posted: Fri Sep 17, 2021 3:54 pm
by Jolumarali

Re: webcam

Posted: Fri Sep 17, 2021 4:05 pm
by davidefa
The webcam block expects an image as parameter ( http://77.250.123.179:2400/cam_2.jpg in your case ), in the block setup you can define other settings.

If you want to use the html page mastcam.html ( with his settings ) you should use a 'text' block.
The only parameter should be set something like this:
<iframe src="http://www.pd3lkn.nl/webcam/mastcam.html?randomize=2904" title="webcam" width=660 height=500></iframe>

Re: webcam

Posted: Fri Sep 17, 2021 6:46 pm
by pd3lkn
davidefa sorry i doint understand what you mean
what i wand is a little block screen on the main page into that little block screen the live feed

Re: webcam

Posted: Fri Sep 17, 2021 8:10 pm
by pd3lkn
i mannaged to make it working
i download the blank block edit it and put the webcam url into it :D