Hello there,
below is the ESP32s-CAM model that I bought
in CamerWEbServer example in Arduino IDE, while loading, I get “Chip is ESP32-D0WD (revision 1)” printed. so:
Which module I should select in the code?
Which ESP32 board do I've to select (Arduino IDE--> Tools-->Board..)
Hello @ZX80,
I already followed that article, but the model used there is from Ai-Thinker, while mine is from Espressif
and he mentioned that I should uncomment the line of the camera model in the below code // =================== // Select camera model // =================== //#define CAMERA_MODEL_WROVER_KIT // Has PSRAM //#define CAMERA_MODEL_ESP_EYE // Has PSRAM //#define CAMERA_MODEL_ESP32S3_EYE // Has PSRAM //#define CAMERA_MODEL_M5STACK_PSRAM // Has PSRAM //#define CAMERA_MODEL_M5STACK_V2_PSRAM // M5Camera version B Has PSRAM //#define CAMERA_MODEL_M5STACK_WIDE // Has PSRAM //#define CAMERA_MODEL_M5STACK_ESP32CAM // No PSRAM //#define CAMERA_MODEL_M5STACK_UNITCAM // No PSRAM //#define CAMERA_MODEL_AI_THINKER // Has PSRAM //#define CAMERA_MODEL_TTGO_T_JOURNAL // No PSRAM //#define CAMERA_MODEL_ESP32_CAM_BOARD //#define CAMERA_MODEL_ESP32S2_CAM_BOARD //#define CAMERA_MODEL_ESP32S3_CAM_LCD
I spent quite a long while writing image transfer software for LoRa using the ESP32CAM, so it would be useful to know if there were different 'versions' of the ESP32CAM.