Add basic HTTP MJPEG stream server

This commit is contained in:
Lorow
2024-09-27 21:09:56 +02:00
parent 039f5279c6
commit 5aec63c86b
7 changed files with 162 additions and 22 deletions

View File

@@ -0,0 +1,4 @@
idf_component_register(SRCS "StreamServer/StreamServer.cpp"
INCLUDE_DIRS "StreamServer"
REQUIRES esp32-camera StateManager ProjectConfig esp_http_server Helpers
)