ESP32_Project/libraries/esp32cam-main/examples/AsyncCam
2024-02-07 11:25:05 +01:00
..
AsyncCam.hpp update 2024-02-07 11:25:05 +01:00
AsyncCam.ino update 2024-02-07 11:25:05 +01:00
handlers.cpp update 2024-02-07 11:25:05 +01:00
README.md update 2024-02-07 11:25:05 +01:00

AsyncCam: camera on ESPAsyncWebServer

This example runs on ESP32-CAM board. It demonstrates how to use esp32cam library with ESPAsyncWebServer library. The HTTP server supports both JPEG still image and MJPEG stream, and allows changing camera resolution on the fly. To use this example, modify WiFi SSID+password, then upload to ESP32.