-
Notifications
You must be signed in to change notification settings - Fork 29
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
Error when initializing camera #5
Comments
E (437234) i2c: i2c driver install error I want to know how to fix it. I used the esp32-cam by Taobao which is usually used. Could you please put a firmware of this kind? I think most users in China would use this one. |
Did you compile MicroPython with the camera driver yourself or did you use the binary version supplied? |
Thank you. I have solved the problem. I found that my camera was anti-plug...
| |
杨文哲
|
|
[email protected]
|
签名由网易邮箱大师定制
On 4/10/2020 20:56,Uli Raich<[email protected]> wrote:
Did you compile MicroPython with the camera driver yourself or did you use the binary version supplied?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Patching the esp-idf/components/esp32-camera/driver/camera.c worked for me. See this: |
Me too, is there any way, please tell me the information,thanks |
When initializing the camera I get:
E (34460) gpio: gpio_install_isr_service(409): GPIO isr service already installed
which produces a fatal error in camera.c of the esp-idf esp32-camera component.
I transformed this into a warning without dropping out of the initialization procedure. Like this things seem to work.
I am trying to port the esp-who project to micropython and I extended your micropython c-module (modcamera.c) quite a bit, adding all the functions needed to control the camera (colorbar, hmirror, vflip ...) If interested in the code, please let me know.
The text was updated successfully, but these errors were encountered: