Skip to content

Advanced fork of MicroPython - with ESP32-Cam support

License

Notifications You must be signed in to change notification settings

Lennyz1988/micropython

 
 

Repository files navigation

Build Status Coverage Status

  1. This build is using the MicroPython fork from Pfalcon.

  2. This build is using the port for the ESP32-CAM from Tsaarni:

https://github.com/tsaarni/esp32-camera-for-micropython

MicroPython on ESP32-CAM with OV2640 camera support

Imgur

This repository contains a fork of MicroPython that implements a Python module called camera for capturing images with OV2640 camera sensor.

The python module is based on driver by Espressif (see here). It utilizes I2S to implement communications with the camera without external FIFO chip. Very minor change was necessary to make the driver compatible with MicroPython, see fork here. The driver is implemented in C. Using it requires a custom build of MicroPython itself.

Working build

Checkout the wiki.

How to compile

Checkout the wiki.

About

Advanced fork of MicroPython - with ESP32-Cam support

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 88.5%
  • Python 6.0%
  • C++ 3.6%
  • Makefile 0.9%
  • Assembly 0.9%
  • Shell 0.1%