Arduino IDE gives an error message “cannot find esp_camera.h” on compile. This is after adding the expressif file to the preference menu. Where can I find the esp_camera.h file??
1 Answers
Hi William.
Which code are you trying to run?
Make sure you have an ESP32 camera board selected on the Boards menu before compiling or uploading the code.
This is the file: https://github.com/espressif/arduino-esp32/blob/master/tools/sdk/include/esp32-camera/esp_camera.h
But it should be there automatically, after installing the ESP32 boards.
Regards,
Sara