Camera feed issue with the M5Stack ESP32 board

Hi Edge Impulse community,

I encountered below issue with the ESP32 based M5stack(m5-docs).I can not manage to see a camera feed.

Thanks in advance for your help!

Best regards,
Shakhizat

Hello @shakhizat,

Which camera are you using?
Did you change the camera header when recompiling the default firmware?

Regards,

Louis

1 Like

Hi @louis,

Thanks for you reply.

I am using ESP32 Camera Module Development Board (OV2640) by M5stack.

Yeap, I did it by commenting out #define CAMERA_MODEL_ESP_EYE line in the ei_camera.h file, then adding #define CAMERA_MODEL_M5STACK_ESP32CAM, and finally recompiled and flashed it.

@AIWintermuteAI any idea about @shakhizat issue?

1 Like

So, according to the link I found here

the example code for this camera module is

and I see they have the following define
#define CAMERA_MODEL_AI_THINKER // Has PSRAM
I cannot confirm if it is correct, since I do not have the board. But following the docs and examples for the board is the way to go here.

1 Like