Page 1 of 1

I don't know what camera model I have......

Posted: Tue May 04, 2021 6:41 am
by fibin_frajo
I want to try out some example programs but I don't know what camera model I need to select.

My board is ESP32-D0WDQ6 (revision 1) and the options are :

//#define CAMERA_MODEL_WROVER_KIT // Has PSRAM
//#define CAMERA_MODEL_ESP_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_AI_THINKER // Has PSRAM
//#define CAMERA_MODEL_TTGO_T_JOURNAL // No PSRAM

Re: I don't know what camera model I have......

Posted: Wed May 05, 2021 12:01 am
by rGlory
ESP32-D0WDQ6 is CPU name. not board. Try to identify your board name for example here: https://randomnerdtutorials.com/esp32-c ... pin-gpios/

If you find it then you will get information if it has PSRAM or not and which camera it uses.