lemariva / micropython-camera-driver

add camera support to MicroPython
https://lemariva.com
Apache License 2.0
462 stars 99 forks source link

how to support for ov5640? #82

Open guanjiawen008 opened 1 year ago

guanjiawen008 commented 1 year ago

I have followed your steps to compile esp32, but I modified the file that supports mpconfig.h to support ov5640, and when I program successfully, I still can't import the camera module, why? I don't have any errors when I look at the compilation, can God help compile a firmware that supports ov5640?

garvitkhera commented 1 year ago

Hi @guanjiawen008, Did you find a solution to this? I'm also trying to run an OV5640 camera with the ESP32 using micropython. Do you have any suggestions or tips, please? TIA.

guanjiawen008 commented 1 year ago

I just have a complie fireware,if you want the fireware, i can email to you

At 2023-08-15 11:04:53, "Garvit Khera" @.***> wrote:

Hi @guanjiawen008, Did you find a solution to this? I'm also trying to run an OV5640 camera with the ESP32 using micropython. Do you have any suggestions or tips, please? TIA.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you were mentioned.Message ID: @.***>

garvitkhera commented 1 year ago

Hi @guanjiawen008

Thanks so much for your reply.

After I couldn't find much support for the same, I went ahead with C++.

But yeah, if I would again hop onto micropython for something similar, I would love to check out your firmware code. That'd be great if you could share that via email to garvit185@gmail.com.

Cheers, Garvit