Skip to content

wms2537/esp32s2-camera

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESP32S2 Camera + Websockets stream

ESP32S2 with OV2640 Camera websockets stream example. JPEG images captured from camera is streamed to server via websockets. User can view the stream at browser. Current implementation can achieve around 15 fps.

Another version using udp is available here.

Code is written with esp-idf.

Backend

The backend is based on my Python MJPEG Websockets Server.

Getting Started

Hardware

This schematic contains an e-paper module used here. You can ignore it.

Schematic

I designed a pcb for it.

PCB

Code

Change these lines in main/esp32s2_camera.c

#define EXAMPLE_ESP_WIFI_SSID "YOUR_WIFI_SSID"
#define EXAMPLE_ESP_WIFI_PASS "YOUR_WIFI_PASSWORD"
#define WEBSOCKETS_BACKEND_URL "YOUR_WEBSOCKETS_SERVER_URL"

Start backend server and view stream from browser http://localhost:3000

About

ESP32s2 with OV2640 camera websockets stream

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages