Camera Init failed <== where now?
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
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?