1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-29 22:24:26 +00:00

Add esp32_camera_web_server: to expose mjpg/jpg images (#2237)

Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
Kamil Trzciński
2021-11-10 01:10:07 +01:00
committed by GitHub
parent d6717c0032
commit fb57ab0add
8 changed files with 328 additions and 2 deletions

View File

@@ -481,6 +481,12 @@ esp32_camera:
resolution: 640x480
jpeg_quality: 10
esp32_camera_web_server:
- port: 8080
mode: stream
- port: 8081
mode: snapshot
external_components:
- source: github://esphome/esphome@dev
refresh: 1d