I am working on a bb-8 project.
error:
ERR: Camera is not initialized
Failed to capture image
my esp32 s2 sense is connected with the camera, even the webserver code works fine so the camera is fine
tutorial I followed:
I am working on a bb-8 project.
error:
ERR: Camera is not initialized
Failed to capture image
my esp32 s2 sense is connected with the camera, even the webserver code works fine so the camera is fine
tutorial I followed:
Hi @Piyush1234
Are you using a different board? Espressif ESP-EYE | Documentation
esp_camera_init()
, which should return a success status if everything is configured properly.Best
Eoin