esp-idf/examples/peripherals/usb/host/uvc/main/CMakeLists.txt
Tomas Rezucha 62091b4fa0 fix(usb/uvc): Add negotiation retry for some cameras
Some cameras would refuse first stream format and would only accept
on second retry.
2023-11-29 11:34:47 +08:00

12 lines
415 B
CMake

idf_component_register(SRCS "main.c" "tcp_server.c"
INCLUDE_DIRS ""
PRIV_REQUIRES
nvs_flash
usb
esp_ringbuf
esp_psram # Required for CONFIG_SPIRAM
esp_timer
esp_wifi
esp_driver_gpio
)