You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Anatoli Arkhipenko
1f63a9971f
|
5 years ago | |
---|---|---|
.. | ||
README.md | 5 years ago | |
camera.c | 5 years ago | |
camera_common.h | 5 years ago | |
camera_pins.h | 5 years ago | |
esp32-cam.ino | 5 years ago | |
esp32-camera-master.zip | 5 years ago | |
esp_camera.h | 5 years ago | |
esp_jpg_decode.c | 5 years ago | |
esp_jpg_decode.h | 5 years ago | |
img_converters.h | 5 years ago | |
jpge.cpp | 5 years ago | |
jpge.h | 5 years ago | |
ov2640.c | 5 years ago | |
ov2640.h | 5 years ago | |
ov2640_regs.h | 5 years ago | |
ov2640_settings.h | 5 years ago | |
ov3660.c | 5 years ago | |
ov3660.h | 5 years ago | |
ov3660_regs.h | 5 years ago | |
ov3660_settings.h | 5 years ago | |
ov5640.c | 5 years ago | |
ov5640.h | 5 years ago | |
ov5640_regs.h | 5 years ago | |
ov5640_settings.h | 5 years ago | |
ov7725.c | 5 years ago | |
ov7725.h | 5 years ago | |
ov7725_regs.h | 5 years ago | |
sccb.c | 5 years ago | |
sccb.h | 5 years ago | |
sensor.c | 5 years ago | |
sensor.h | 5 years ago | |
to_bmp.c | 5 years ago | |
to_jpg.cpp | 5 years ago | |
twi.c | 5 years ago | |
twi.h | 5 years ago | |
xclk.c | 5 years ago | |
xclk.h | 5 years ago | |
yuv.c | 5 years ago | |
yuv.h | 5 years ago |
README.md
ESP32 MJPEG Multiclient Streaming Server
This is a simple MJPEG streaming webserver implemented for AI-Thinker ESP32-CAM or ESP-EYE modules.
This is tested to work with VLC and Blynk video widget.
This version uses FreeRTOS tasks to enable streaming to up to 10 connected clients
Inspired by and based on this Instructable: $9 RTSP Video Streamer Using the ESP32-CAM Board