Micropython camera API #15985
cnadler86
started this conversation in
Show and tell
Replies: 3 comments 16 replies
-
I tested it with an OV2640 and it works nicely! Hope to build a project with it soon :) Thank you @cnadler86 |
Beta Was this translation helpful? Give feedback.
2 replies
-
I tested on LilyGo TCamera Mic v 1.6. That one is obsolete now, so I have
ordered LilyGo TCamera SE and will test that when it arrives in a few weeks.
|
Beta Was this translation helpful? Give feedback.
13 replies
-
Really interesting project! Do you have any plans to port the driver to the stm32h7xxx ? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This is not the first implementation of a camera driver for Micropython, but it is the first aiming to be a general one for various Ports. I used circuitpythons implementation for the esp32 as basis. It is not perfect, but it is IMHO a good starting point. I have precompiled binaries for the generic esp32 boards, but all other boards with a built-in camera Interface will follow.
Here the link for those interested. Have fun 🎢
Beta Was this translation helpful? Give feedback.
All reactions