mirror of
https://github.com/MrUnknownDE/OpenIris-ESPIDF.git
synced 2026-04-19 06:23:44 +02:00
Add basic HTTP MJPEG stream server
This commit is contained in:
4
components/StreamServer/CMakeLists.txt
Normal file
4
components/StreamServer/CMakeLists.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
idf_component_register(SRCS "StreamServer/StreamServer.cpp"
|
||||
INCLUDE_DIRS "StreamServer"
|
||||
REQUIRES esp32-camera StateManager ProjectConfig esp_http_server Helpers
|
||||
)
|
||||
Reference in New Issue
Block a user