Integrating OV2640 Camera

C programming, build, interpreter/VM.
Target audience: MicroPython Developers.
Post Reply
saleem145
Posts: 1
Joined: Fri Mar 27, 2015 4:12 pm

Integrating OV2640 Camera

Post by saleem145 » Fri Mar 27, 2015 4:23 pm

Hello,

What would it entail to integrate an OV2640 camera. I basically want to be able to capture the image and stream it out over wifi. Any sample code or pointers would be appreciated.

I know about OpenMV cam but their boards are not yet available.

Thanks,

Saleem

Lornioiz
Posts: 36
Joined: Wed Aug 03, 2016 11:39 am
Location: Florence, Italy

Re: Integrating OV2640 Camera

Post by Lornioiz » Tue Dec 13, 2016 9:28 am

Hello everyone,

does anyone have any news/info about this question? I would like to port the driver from Arduino but I'm no way near the required expertise in c or c++...

Thanks

User avatar
dhylands
Posts: 3821
Joined: Mon Jan 06, 2014 6:08 pm
Location: Peachland, BC, Canada
Contact:

Re: Integrating OV2640 Camera

Post by dhylands » Tue Dec 13, 2016 5:06 pm

Right now, the only project I've heard about which supports a camera is OpenMV cam.

The pyboard doesn't have the right package/pins to support a camera. I believe that you can support one on the STM32F407 found on the discovery.

The OpenMV Cam which isn't available is the new one. Their older one appears to still be available:
https://openmv.io/collections/cams/products/openmv-cam.

Post Reply