Cleanup UVC implementation

This commit is contained in:
Lorow
2024-10-22 23:42:03 +02:00
parent 23bb930255
commit 19a2c25ce3
4 changed files with 11 additions and 120 deletions

View File

@@ -1,4 +1,4 @@
idf_component_register(SRCS "UVCStream/UVCStream.cpp"
INCLUDE_DIRS "UVCStream"
REQUIRES esp_timer esp32-camera StateManager usb_device_uvc
REQUIRES esp_timer esp32-camera StateManager usb_device_uvc CameraManager
)