From 1f81b2eed50c1efb27dbb8a8d59c473711b5578a Mon Sep 17 00:00:00 2001 From: Christopher Nadler <147471517+cnadler86@users.noreply.github.com> Date: Tue, 8 Oct 2024 20:48:21 +0200 Subject: [PATCH] Add Micropython-camera-API to readme.md --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index edea3cc..17e1f3f 100644 --- a/readme.md +++ b/readme.md @@ -804,6 +804,7 @@ Other places you can look for MicroPython Libraries: #### Camera +* [micropython-camera-API](https://github.com/cnadler86/micropython-camera-API) - Project with the aim of supporting cameras across various ports in MicroPython, starting with the ESP32 port and Omnivision cameras (OV2640 & OV5640). * [micropython-ov2640](https://github.com/namato/micropython-ov2640) - MicroPython class for OV2640 camera. * [Nikon-Trigger-for-MicroPython](https://github.com/Thekegman/Nikon-Trigger-for-MicroPython) - Remote trigger for a Nikon camera using an IR LED. For Pyboard v1.1. * [micropython-camera-driver](https://github.com/lemariva/micropython-camera-driver) - OV2640 camera driver for MicroPython on ESP32.