nipunasahanmahaliyana / Object-Detection-with-ESP32-cam-module-with-Arduino

Object detection with an ESP32-CAM module and Arduino involves using the ESP32 microcontroller, coupled with a camera module, to capture images and process them to identify objects. The ESP32-CAM is a versatile module that combines the ESP32 microcontroller with a camera, making it suitable for image processing applications.
0 stars 0 forks source link

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.