esp32_camera_webstream
esp32_camera_webstream copied to clipboard
Streams ESP32 camera images to web backend and forwards them to a website in realtime.
Results
2
esp32_camera_webstream issues
Sort by
recently updated
recently updated
newest added
With the new asyncio implementation of the websockets library, the path argument of connection handlers is "unnecessary since 10.1 and deprecated in 13.0" (read here).
Instead of writing and reading the jpeg to and from storage, the process now saves it and serves it from memory. This reduces some lag.