lemariva / uPyCam

Take a photo with an ESP32-CAM running MicroPython
https://lemariva.com/blog/2019/09/micropython-how-about-taking-photo-esp32
Apache License 2.0
140 stars 42 forks source link

Camera Init failed <== where now? #14

Open ESPWarren opened 3 years ago

ESPWarren commented 3 years ago

Hi

I followed yout tutorial, installed all the files and when I reboot the ESP-32 I get this output:

################################# connecting to network... network config: ('192.168.2.68', '255.255.255.0', '192.168.2.1', '192.168.2.1') E (6570) gpio: gpio_install_isr_service(411): GPIO isr service already installed E (7190) camera: Camera probe failed with error 0x103 E (7190) camera: Camera Init Failed Traceback (most recent call last): File "main.py", line 23, in File "webserver.py", line 48, in run OSError: Camera Init Failed MicroPython v1.13-153-g9c0ac7e6a-dirty on 2020-11-07; Camera Module (i2s) with ESP32 #################################

I am using an ESP32-CAM There is NO sd card installed When I go in my browser to http://192.168.2.68 I get an error; "Unable to connect. Firefox can’t establish a connection to the server at 192.168.2.68. It would seem that apart from the camera init failing, the web server is not starting either...

Any suggestions?