eloquentarduino / EloquentEsp32cam

Use your Esp32-cam like an expert
GNU General Public License v3.0
85 stars 16 forks source link

fatal error: dl_image.hpp: No such file or directory #28

Closed htarahi closed 2 weeks ago

htarahi commented 2 months ago

Dear friends By choosing "Motion detection" program on Arduino 1.8.9, I face an error : C:\Users\--\Documents\Arduino\libraries\EloquentEsp32cam\src/eloquent_esp32cam/motion/detection.h:4:24: fatal error: dl_image.hpp: No such file or directory so what's the problem ?!

jksemple commented 2 months ago

I think you need to update to Arduino 2.0.x The dl_image.hpp include file is part of espressif/esp-dl, which may not have been in earlier Arduino releases. This is not really an issue with EloquentESP32cam.

eloquentarduino commented 2 weeks ago

You don't actually need Arduino 2.0.x. You need ESP32 core 2.0.x (I use Arduino IDE 1.8.x)