Skip to main content
Módulo: Standard

Features

With this module you can learn to capture images and record video. It integrates a camera with an OV5640 sensor with a resolution of 5MP.

Connection with the Kode Dot

Connection scheme

The camera is connected to the ESP32-S3 as follows:

Example code

To test the camera we will use the example that includes Espressif in Arduino IDE. You can open it in File > Examples > ESP32 > Camera > CameraWebServer. This example allows you to configure the camera and see in real time what it is capturing through a web page. Change all the code of CameraWebServer.ino by the following and change the WiFi credentials to yours:
CameraWebServer.ino

Download examples

You can test the example codes through the Arduino IDE or the ESP-IDF IDE or download the codes in our drive: Example codes of the Camera module