Hi ! Still learning with the ESP32 CAM board. In today’s post the scenario is simple: Create a client Python app to view remote photos from the ESP32 Cam Arduino device This is a super lower quality photo, but hey, still good enough ! This is a super simple Python and OpenCV app. https://gist.github.com/elbruno/590d0ef8db3299f158e6eff38f445d7c Full…… Continue reading #ESP32CAM – Client Python 🐍 app to view WebServer photos 📸
Tag: webserver
#ESP32CAM – WebServer taking photos 📸 every N seconds #Arduino
Hi ! Still learning with the ESP32 CAM board. In today’s post the scenario is simple: Init the cameraInit the local File SystemTake a photo every 5 seconds and store it in memoryCreates an endpoint named [/photo] to return the last saved photo As the previous sample, I’ll write this using Visual Studio Code and…… Continue reading #ESP32CAM – WebServer taking photos 📸 every N seconds #Arduino
#ESP32CAM – Host a webserver, render an HTML Page, trigger the Flash 🔦 in the #Arduino board
Hi ! Still learning with the ESP32 CAM board. In today’s post the scenario is simple: Connect the device to a WiFi networkRun a webserver on the device Create an endpoint [/flash]Render a page on the host [port 80] with a buttonTurn on the Flash for 1 second when The endpoint receives a request.The user…… Continue reading #ESP32CAM – Host a webserver, render an HTML Page, trigger the Flash 🔦 in the #Arduino board