Parts required: ESP 32 Cam, development board micro USB to TTLCH340, microSD,
adaptor, and 3D print custom case.
Technically the process is as follows:
1. hosting the php application
2. php scripts to save and display photos in the server
3. program the ESP-32 Cam with arduino ide
Parts required: ESP 32 Cam, development board micro USB to TTLCH340, microSD,
adaptor, and 3D print custom case.
Technically the process is as follows:
1. hosting the php application
2. php scripts to save and display photos in the server
3. program the ESP-32 Cam with arduino ide
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.