ESP32 Cam Introduction

ESP32 Cam Exposed: Discover the Top Models and Insider Tips for Beginners!

ESP32 Cam in 30 Seconds

  • The ESP32 Cam is a developer board (Dev Board) based on an ESP32 microcontroller and a camera, used for capturing photos and videos.
  • There are different ESP32 Cam boards from various manufacturers with varying features.
  • All ESP32 Cam boards have WiFi capabilities and can live stream video.
  • Many ESP32 Cam boards come with a Micro SD slot for storing photos and videos.
  • The ESP32 Cam commonly uses the OV2640 camera module, with the OV7670 or OV3660 being less common.
  • Some ESP32 Cam boards do not have a USB port – in such cases, the code needs to be uploaded using an FTDI or an ESP32-CAM-MB.

What is ESP32 Cam?

The ESP32 Cam is an ESP32 developer board that is equipped with an additional camera.

This means that we get the wireless interfaces known from the ESP32 such as WiFi and (depending on the ESP32 chip used) also Bluetooth plus a camera function with which you can take photos or videos.

The whole thing is available at a fabulous price – it has never been cheaper and easier to make spy tools 🕵🏻‍♂️

There are now various ESP32 Cam Board models. A 2 megapixel OV2640 camera module is almost always installed. These are usually supplied with a small flex cable.

There are separately available camera modules with longer cables or a fisheye lens. The fisheye lens captures a larger area, which is very useful for surveillance projects, for example.

Some ESP32 Cam Boards are directly equipped with a micro SD card slot. This allows you to save photos and videos directly and reuse or edit them later.

Some boards have usable GPIO pins that can be accessed via solder pads. This allows additional functions to be added to the board.

Some boards even have very special functions. Have a look at the overview table with the ESP32 Cam boards that I found.

Which ESP32 Cam Boards are available?

There is a variety of ESP32 Cam boards available on the market, differing in features, price, and performance. Here are some of the models I could find at the time of researching this article, without claiming to be exhaustive:

ESP32 Cam Model Overview

Date: 11.11.2023
AZ Delivery ESP32 CamFREENOVE ESP32-WROVER CAMFREENOVE ESP32-S3-WROOM CAMESP-EYE v2.1ESP32-S3-EYEESP32 PSRAM Timer CameraESP32 PSRAM Timer Camera XUnit Cam Wi-Fi CameraESP32CAM-PSRAM FishEyeT-JournalT-Camera S3T-Camera Plus
AZDelivery ESP32 Cam Modul + Bluetooth ESP32 5V Dual Core 32-bit CPU mit 2MP Kamera Entwicklungsboard kompatibel mit Arduino inklusive E-Book!FREENOVE ESP32-WROVER CAM Board (Compatible with Arduino IDE), Onboard Camera Wireless, Python C Code, Detailed Tutorial, Example ProjectsFREENOVE ESP32-S3-WROOM CAM Board (Compatible with Arduino IDE), Onboard Camera Wireless, Python C Code, Detailed Tutorial, Example ProjectsEspressif ESP-EYE Entwicklungsboard ESP-EYEESP32-S3-EYE Entwicklungsplatine
HerstellerAI ThinkerFreenoveFreenoveEspressifEspressifM5StackM5StackM5StackM5StackLilygoLilygoLilygo
Preis14,99 EUR18,95 EUR22,95 EUR24,04 EUR56,32 EUR15.95 USD17.95 USD10.95 USD9.95 USD15.61 USD17.31 USD15.49 USD
ProduktlinkAmazon Link*Amazon Link*Amazon Link*Amazon Link*Amazon Link*LinkLinkLinkLinkLinkLinkLink
KameraOV2640OV2640OV2640OV2640OV2640OV3660OV3660OV2640OV2640 FishEyeOV2640OV2640OV2640
ESP32 Chip/ModulESP32-SESP32-WROVER-EESP32-S3-WROOM-1ESP32ESP32-S3-WROOM-1ESP32ESP32ESP32-WROOM-32EESP32ESP32-PICO-D4ESP32-S3FN1 ESP32-DOWDQ6
Flash Speicher04MB8MB4MB8MB4MB4MB4MB4MB4MB16MB0
PSRAM4MB8MB8MB8MB8MB8MB8MB04MB08MB8MB
Onboard Bildschirm1.3” LCD display0.91"0.96" OLED1.3" OLED
Micro SD-Card
Mikrofon
Batterie AnschlussSolder Pads
USB-Port zur Programmierung
GPIOs940*40*00006010*11*0
IPEX Antennen Stecker
SonstigesAccelerometer z.B. für Drehung des BildschirmsSpeziell für Deep Sleep und Aufwachen per Timer Steuerung ausgelegtWie ESP32 PSRAM Timer + GehäuseExterne WiFi Antenneeingebauter Bewegungssensor
* not clear what PINs are usable

Funktioniert am besten, wenn du das Handy im Querformat hältst.

Which camera does the ESP32 Cam use?

Espressif currently (as of November 2023) offers 14 camera drivers for the ESP32, as indicated in this GitHub document. In theory, these camera modules can be used with the ESP32.

Some camera modules are available as breakout boards and can be connected to an existing, regular ESP32 or Arduino.

Completed ESP32 Cam boards typically use the OV2640 camera module. I found one board that uses the OV3660 by default. This camera has a higher resolution than the OV2640.

The OV7670 camera module also appears frequently in tutorials. This camera has a lower resolution than the OV2640, as you can see in the following table:

Most Used ESP32 Camera Modules

Date: 11.11.2023
OV2640OV7670OV3660
Veröffentlicht200620062011
Auflösung1600 × 1200 (UXGA)640 × 480 (VGA)2048 × 1536 (QXGA)
Bild Sensor1/4"1/6"1/5"
Video FPS1600×1200 @ 15 fps
800×600 @ 30 fps
288×352 @ 60 fps
640×480 @ 30 fps2048×1536 @ 15fps
1920×1080 @ 20fps
1280×720 @ 45fps
1024×768 @ 45fps
640×480 @ 60fps
320×240 @ 120fps

Funktioniert am besten, wenn du das Handy im Querformat hältst.

The camera modules are usually connected via a 24-pin flex cable. Additionally, it includes a built-in JPEG encoder, increasing the transmission speed by compressing images to a smaller size before sending them to the ESP32.

What else do I need for the ESP32 Cam?

To work with an ESP32 Cam board, the following components are needed:

ESP32 Cam Power Supply

A 5 volt power supply is required. You can use a wall adapter or a power bank for this purpose. It’s also a good idea to check out my article on power supply for the ESP32 and Arduino. I’ve extensively covered the topic of power supply there, and what applies to the ESP32 also applies to the ESP32 Cam. Well, almost, because…

… although the ESP32 natively runs on 3.3 volts, there is an official notice from the manufacturer AI Thinker that the ESP32 Cam board can only be operated stably with 5 volts.

This may of course not apply to other boards. It’s best to look at the instructions from your board manufacturer. Or you could just use 5 volts, then nothing should go wrong.

MicroSD-Card

If your board has an SD card slot, you can directly store images and videos on the SD card.

Information regarding the maximum compatible SD card capacities can vary. The AI Thinker board documentation specifies a maximum of 4GB. However, there are reports of successful tests using 64GB cards as well.

FTDI or USB-to-TTL Adapter or ESP32-CAM-MB Programmer

If the ESP32 Cam does not have a USB port, you will need an FTDI or an ESP32-CAM-MB board. I will go into more detail on this topic further below.

Jumper Cable

For the FTDI board or if you want to use the GPIO pins of the ESP32 Cam board, jumper cables are needed.

Development IDE

To program the ESP32 Cam, the Arduino IDE or PlatformIO with VS Code is suitable. How to connect the ESP32 in both environments is described in this article, where I compare PlatformIO and the Arduino IDE.

Arduino IDE vs. PlatformIO

Can the ESP32 Cam be used without an SD card?

Yes, the ESP32 Cam board can be used without an SD card. However, in that case, storing photos or videos is not possible. Even without an SD card, the ESP32 Cam board is still capable of sending live video streams.

Furthermore, additional code could be stored on an SD card to expand the internal memory of the board, which allows for larger applications and projects.

What are FTDI, USB-TTL, or ESP32-CAM-MB?

In the comparison table above, you can see that there are some ESP32 Cam boards that do not have a USB port. This is the case, for example, with the widely used ESP32 Cam from AI Thinker. Then you need what’s called an FTDI USB adapter or a USB-to-TTL adapter to load code onto the board.

What is an FTDI and a USB-TTL adapter?

FTDI is actually the name of a company that specializes in USB solutions. I assume they produce the chips that are used on USB-TTL adapters. Therefore, these adapters are often called FTDI.

FTDI adapters and USB-TTL adapters are essentially the same thing.

By the way, you can also use an Arduino as an FTDI. So, if you have an Arduino lying around, you don’t necessarily need an FTDI or USB-TTL adapter.

AZDelivery Kompatibel mit FT232RL USB zu TTL Serial Adapter für 3,3V und 5V kompatibel mit Arduino inklusive E-Book!*
  • ✅ Der USB-Serial Adapter ist einer der meistbenutzten der am Markt befindlichen Konverter. Dies liegt u.a. daran, dass ein signierter Treiber bei…
  • ✅ Für den AZDelivery Kompitabel mit FT232-AZ Adapter sind keine zusätzlichen Treiber erforderlich und das Logic-Level ist über die auf dem Board…
  • ✅ Auch bei der Verwendung mit Linux erfreut sich der AZDelivery Converter größter Beliebtheit.

What is an ESP32-CAM-MB?

Programming is even easier with something called an ESP32-CAM-MB board. This is essentially an additional board that fits exactly underneath the ESP32 Cam like a shield and extends it with a USB port.

I suspect that an ESP32-CAM-MB is nothing more than a USB-TTL adapter built in.

Often the ESP32 Cam is offered with an additional ESP32-CAM-MB board.

The advantage of an FTDI adapter is that it can also be used for other microcontrollers. For example, the Arduino Pro Mini also does not have a USB port – here, an FTDI must be used too. In contrast, the ESP32-CAM-MB is specifically designed for the AI Thinker ESP32 Cam board.

Summary

In this article, you have learned all the basic information about the ESP32 Cam board. In the comparison table, you can find 12 current boards. With this information, you should be able to pick the right board for your needs.

The board from AI Thinker is widely used, and there are many tutorials available for it. This board is often rebranded and resold. That’s why this ESP32 Cam board is available from many different suppliers such as AZ Delivery, diymore, XTVTX, etc.

However, the AI Thinker board has the disadvantage that you need an additional FTDI or ESP32-CAM-MB to load code onto the board. Therefore, I recommend opting for offers that come with an ESP32-CAM-MB. This makes programming the ESP32 Cam the easiest.

From the boards in the table, the LILYGO products seem to me to be the most attractive. However, it’s somewhat unclear which GPIO pins can still be used with them. If you don’t need additional GPIO pins, you should take a look at these boards.

I also find the ESP32 PSRAM Timer Camera from M5Stack very appealing. Although it offers the best resolution of the boards listed here, it remains price-wise in the same segment as the classic AI Thinker model.

ESP 32 Links