Close

Continually Integrated

A project log for $7 ESP32 CAM example expanded

A proper implementation of a ESP32 CAM webserver; based on the Espressif example, but extended for real-world use

owenOwen 08/20/2020 at 11:220 Comments

Time to pay some attention to this project. It seems to be getting subscribers etc. Hi Guys!


Step 1 of this is that I now have a Travis CI continuous integration build running on my GitHub repo. So if anyone wants to submit PR's I have a better handle on whether I can just accept them.

I will triage the existing issues list and maybe incorporate some suggestions.

The thing I most want to do is get an OTA update system in place. This /requires/ disabling face recognition. For OTA you need sufficient storage to upload the update, but Face Recognition makes this sketch currently take up 83% of the memory. I plan to make it a compile-time option and OFF by default.

Discussions