Page 1 of 1

tela

Posted: Thu Sep 19, 2019 4:01 pm
by henrique_mg
I would like to modify the screen and put a clock before the photo.
Click and 5 seconds before taking the picture see animated gif
I can exchange several images but the main one

Re: tela

Posted: Thu Sep 19, 2019 4:47 pm
by Realizator
I used countdown timer in our OpenCV tutorials. But, as I understand, you need to do it in a browser. Right?
If yes - you need to add a simple JS code, which will show countdown timer, and after that runs a script for making a photo.

Re: tela

Posted: Thu Sep 19, 2019 6:24 pm
by henrique_mg
the background image I didn't change with index.php

Re: tela

Posted: Thu Sep 19, 2019 6:56 pm
by Realizator

Re: tela

Posted: Thu Sep 19, 2019 8:26 pm
by henrique_mg
where is the background image to modify?

Re: tela

Posted: Fri Sep 20, 2019 2:05 pm
by Realizator
If you are using SLP image, you can find all web-server code here:
/var/www/html

Images folder:
/var/www/html/images

If you want to change admin panel design, here is a source:
/var/www/html/index.php

Re: tela

Posted: Fri Sep 20, 2019 10:27 pm
by henrique_mg
tks