WIP port of camera manager

This commit is contained in:
Lorow
2024-09-25 21:34:42 +02:00
parent a25a84a4e8
commit 43b7386ac9
8 changed files with 534 additions and 14 deletions

View File

@@ -0,0 +1,4 @@
idf_component_register(SRCS "CameraManager/CameraManager.cpp"
INCLUDE_DIRS "CameraManager"
REQUIRES esp32-camera StateManager ProjectConfig driver esp_driver_ledc esp_psram
)