Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GPIO isr service already installed #42

Open
Steve-Fisher opened this issue May 5, 2022 · 0 comments
Open

GPIO isr service already installed #42

Steve-Fisher opened this issue May 5, 2022 · 0 comments

Comments

@Steve-Fisher
Copy link

As advised in Issue #8, opening this issue again.

I have the exact issue described by AlSimon on 25 Feb in #8. I'm using same firmware, uPyCam at same commit, and get the same error. (I am using VSCode and PyMakr). I have tried erasing and flashing two (identical) boards in case it was a hardware issue.

I have also tried using VSCode PyMakr Terminal to:
import camera
camera.init(0, format=camera.JPEG)
... and get the error ...

#################################
>>> import camera
>>> camera.init(0, format=camera.JPEG)
E (22940) gpio: gpio_install_isr_service(449): GPIO isr service already installed
E (22940) camera: Camera probe failed with error 0x103(ESP_ERR_INVALID_STATE)
E (22950) camera: Camera Init Failed
Traceback (most recent call last):
File "<stdin>", line 1, in
OSError: Camera Init Failed
>>>
#################################

This appears the same issue as raised by ESPWarren in issue 14 (lemariva/uPyCam#14)

Most likely I'm making some basic error. Maybe someone that has been-there-got-past-this problem can say what I'm doing wrong!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant