can you help me with my beginning project?
Posted: Wed Sep 10, 2025 9:24 am
hi, I'm nikoloz. I found out about esp32 not long time ago and immediately bought it from temu. just a simple esp32-cam module. it came with another board (I think its for programming) I plugged esp32-cam board to this another board (with USB type B connector) and then connected it to my computer, I installed everything necessary and I even built some little projects with it where camera wasn't involved. now I'm trying to create simple camera web server (I got code from examples -> esp32 -> camerawebserver). everything went well but then I got this output:
rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:1
load:0x3fff0030,len:4980
load:0x40078000,len:16612
load:0x40080400,len:3480
entry 0x400805b4
E (38) camera: Detected camera not supported.
E (38) camera: Camera probe failed with error 0x106(ESP_ERR_NOT_SUPPORTED)
Camera init failed with error 0x106
looks like camera is not supported but I have no idea why. this is just a OV2640 camera. can anybody help me in solving this problem? also, dont mind that I posted this on showcase forum
I'll post final project later, for now I have to solve this camera problem. I'm not new to programming & microcontrollers, but I'm new to esp32
rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:1
load:0x3fff0030,len:4980
load:0x40078000,len:16612
load:0x40080400,len:3480
entry 0x400805b4
E (38) camera: Detected camera not supported.
E (38) camera: Camera probe failed with error 0x106(ESP_ERR_NOT_SUPPORTED)
Camera init failed with error 0x106
looks like camera is not supported but I have no idea why. this is just a OV2640 camera. can anybody help me in solving this problem? also, dont mind that I posted this on showcase forum