You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: