Hello guys i dont know why but camera and motion detection work together i use this camare server Freenove_Basic_Starter_Kit_for_ESP32/C/Sketches/Sketch_17.1_CameraWebServer at main · Freenove/Freenove_Basic_Starter_Kit_for_ESP32 · GitHub it works perfect solo and EloquentEsp32cam/examples/Motion_Detection/Motion_Detection.ino at 2 · eloquentarduino/EloquentEsp32cam · GitHub work solo to
but i dont know how to put them together
My approach is to write a new program, taking relevant working parts from various sources.
You could start with the web server and add one new feature at a time, testing each added feature carefully.
Don't add another feature until you are satisfied that present code is working correctly under all anticipated circumstances.
Hi,
I have a sketch which may be of interest. It does motion detection and captures an image when detected: CameraWifiMotion