I am attempting to compile the example: “CameraWebServer_with_camera_pins.h”
First line is:
#include “esp_camera.h”
Get this fatal error message:
esp_camera.h: No such file or directory
File is found in this directory:
/home/paul/.arduino15/packages/esp32/hardware/esp32/1.0.4/tools/sdk/include/esp32-camera
Why is the compiler not finding it?