esp32-cam-webserver
esp32-cam-webserver copied to clipboard
Expanded version of the Espressif ESP webcam
I've tried 3 modules now and see the same problem with all of them. Connecting using a Windows 10 Laptop and Chrome and all works well. If I connect using...
I would like to install the ESP32 cams onto my pan-tilt (x and y axes) servo motor brackets, as I wish to be able to control where the camera is...
Hello everybody! Would it be possible to crop the image to a certain area? I have a camera in the peephole and only 30% of the image is useful ...
- Added dimensions to the Resolutions -Added some titles to the options for better user understanding
I intend to use this as a general user interface for other sensors e.g. door open/close sensor, temperature, distance etc. I would like to display this information to the user...
add a quick solution for add sensordata into the webpage by using ajax. I reloads the data inline without refresh the whole webpage. It is deactivate in the code. To...
Also happens when I use a simple SSH tunnel, but NOT when i connect from my local network https://github.com/espressif/arduino-esp32/issues/2983 I'd like remote access working...
A tool I use at times is the ability to upload a .bin file directly to the web server rather than via the IDE's OTA utility. A quick search has...
I'd really like if there was an option in the config to make the AP stay active even if the WiFi is connected as a client. Unfortunately, due to the...
I run into a problem where streamURL resolves to 0.0.0.0 and while the website works, the stream is not visible because it points to 0.0.0.0:81 . It's probably because the...