Search found 7 matches
- Sun May 19, 2024 12:38 am
- Forum: General Discussion
- Topic: ESP32-Cam
- Replies: 3
- Views: 2144
Re: ESP32-Cam
The first thing they suggest is to use this example , but I can't even get that to compile. OK, I tried a bit harder and I take that back. 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:DI...
- Sat May 18, 2024 11:37 pm
- Forum: General Discussion
- Topic: ESP32-Cam
- Replies: 3
- Views: 2144
Re: ESP32-Cam
You can check this github thread regarding this "E (543) camera: Camera probe failed with error 0x105(ESP_ERR_NOT_FOUND) Camera init failed with error 0x105" error. The first thing they suggest is to use this example , but I can't even get that to compile. Somebody said that the problem was with th...
- Sat May 18, 2024 9:47 am
- Forum: General Discussion
- Topic: ESP32-Cam
- Replies: 3
- Views: 2144
ESP32-Cam
I have an ESP-Cam, which I have had working in the past, but now it won't initialise. E (543) camera: Camera probe failed with error 0x105(ESP_ERR_NOT_FOUND) Camera init failed with error 0x105 On a whim, I just tried re-flashing it from a different PC, which probably has older versions of all the d...
- Fri Jan 24, 2020 2:23 pm
- Forum: General Discussion
- Topic: ESP32-D0WD with OV2640 camera.
- Replies: 4
- Views: 7513
Re: ESP32-D0WD with OV2640 camera.
The power issue appears to be solvable with a big fat capacitor. There was a post on the Random Nerd tutorial suggesting 1000μF which seems like a heck of a lot, but I had one to had and it worked fine. I tried a 100μF and it didn't, though I was getting "camera not recognised" errors rather than br...
- Fri Oct 18, 2019 7:29 am
- Forum: General Discussion
- Topic: ESP32-D0WD with OV2640 camera.
- Replies: 4
- Views: 7513
Re: ESP32-D0WD with OV2640 camera.
It turns out I was mistaken about having plenty of power: gave it to a friend to try and it worked perfectly fine, brought it home and it is still flaky. The only significant difference appears to be the power source... Or perhaps not. I've now tried a power source that I have complete confidence i...
- Mon Oct 14, 2019 8:34 pm
- Forum: General Discussion
- Topic: ESP32-D0WD with OV2640 camera.
- Replies: 4
- Views: 7513
Re: ESP32-D0WD with OV2640 camera.
It turns out I was mistaken about having plenty of power: gave it to a friend to try and it worked perfectly fine, brought it home and it is still flaky.
The only significant difference appears to be the power source...
The only significant difference appears to be the power source...
- Wed Oct 02, 2019 5:09 pm
- Forum: General Discussion
- Topic: ESP32-D0WD with OV2640 camera.
- Replies: 4
- Views: 7513
ESP32-D0WD with OV2640 camera.
I've been trying to get one of these ESP32-Cam modules to work without success. The first problem is that it keeps giving me "Brownout detector was triggered". Usually, if I leave it running then it settles down and gives me some other error: usually "camera probe failed with error 0x20001", but I'v...