ESP32_Project/libraries/esp32cam-main/examples/WifiCam
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
WifiCam.hpp update 2024-02-07 11:25:05 +01:00
WifiCam.ino update 2024-02-07 11:25:05 +01:00

WifiCam: WiFi camera HTTP server

This example runs on ESP32-CAM board. It provides an HTTP server where you can access BMP, JPG, and MJPEG formats in various resolutions. To use this example, modify WiFi SSID+password, then upload to ESP32.

ESP32 WebServer can only serve one TCP connection at a time. If you have accessed an MJPEG stream in a browser, you need to click Stop button to terminate the connection. Otherwise, you won't be able to open another page or picture.

Due to memory constraints, it's not recommended to access BMP format in high resolution.