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
144 stars 42 forks source link

E (17435) gpio: gpio_install_isr_service(460): GPIO isr service already installed #20

Open e135193 opened 2 years ago

e135193 commented 2 years ago

I have flashed the latest firmware however the module restarts itself with the error below @lemariva

connecting to network...
network config: ('192.168.0.26', '255.255.255.0', '192.168.0.1', 'X.X.X.X')
E (17435) gpio: gpio_install_isr_service(460): GPIO isr service already installed
MicroPython v1.14-122-g9fef1c0bd-dirty on 2021-03-30; Camera Module (i2s) with ESP32
Type "help()" for more information.

and when I run main.py I get error below

Traceback (most recent call last):
  File "<stdin>", line 12, in <module>
  File "webserver.py", line 48, in run
OSError: Camera Init Failed
sogrekci commented 2 years ago

I have same error also..

jvsteiner commented 6 months ago

hmm. I get this too - any clues?