3

I want to capture photographs from the ESP32 camera, but not doing it manually. Specifically, when a signal is sent from a sensor, I want ESP32 to understand that, and start taking photographs automatically for some seconds. The main problem, is the automation. I have searched on the web a lot, but can't find any answers. I am not expecting answers with code -since this is difficult- rather than some sites that provide solution to my problem. Thank you.

LoukasPap
  • 131
  • 3

1 Answers1

2

Please have a look https://github.com/Yurik72/ESPHap/tree/master/examples/ESPHAPCamera The project has different things, but definetelly doing what you asked, captures photo by external event, command...