|
|
Reply from Ms. Ririn Suharsih
2022.12.21 16:26:31
Thank you for the question, Mr. R. Arri
Image capture is done automatically using programming that is uploaded to the
Esp32-cam, we set it to once every 1 hour (or we can set according to our needs, for
example every 30 seconds). Esp32 cam sends images automatically via http protocol
to the domain address, then the web server captures the images sent to be stored in
a folder on the webserver. The PHP script is responsible for receiving incoming images
from the ESP32-CAM, rename the images with a timestamp and store them in the
upload folder.
|