-
This build is using the MicroPython fork from Pfalcon.
-
This build is using the port for the ESP32-CAM from Tsaarni:
https://github.com/tsaarni/esp32-camera-for-micropython
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.
Checkout the wiki.
Checkout the wiki.