In this tutorial we will learn how to detect faces using the ESP32 and a camera.
ESP32 Camera: Image server
How to setup a HTTP server on the ESP32 that will have an endpoint that will return an image taken from a camera connected to the ESP32.
Sipeed M1 MicroPython: Converting an image to grayscale
In this tutorial we will learn how to convert an image to grayscale using a Sipeed M1 based board. We are going to obtain the original image from a camera and display the resulting grayscale version in a LCD. Introduction In this tutorial we will learn how to convert an image to grayscale using a …
Continue reading "Sipeed M1 MicroPython: Converting an image to grayscale"
Sipeed M1 MicroPython: Displaying camera image in LCD
In this tutorial we will check how to obtain an image from a camera and display it on a LCD, using a Sipeed M1 board and MicroPython. Introduction In this tutorial we will check how to obtain an image from a camera and display it on a LCD, using a Sipeed M1 board and MicroPython. …
Continue reading "Sipeed M1 MicroPython: Displaying camera image in LCD"