Page 1 of 1

ESP32-S3使用USB摄像头错误,请帮忙分析一下

Posted: Thu Oct 24, 2024 3:55 am
by waroyal
ESP32-S3(N16R2),外接USB-HUB,转接200万USB摄像头头。使用usb-stream-mic-spk源码编译后,无法使用摄像头,报错信息如下


I (27) boot: ESP-IDF v5.1-dirty 2nd stage bootloader
I (27) boot: compile time Oct 23 2024 19:19:51
I (27) boot: Multicore bootloader
I (27) boot: chip revision: v0.2
I (27) qio_mode: Enabling default flash chip QIO
I (28) boot.esp32s3: Boot SPI Speed : 80MHz
I (28) boot.esp32s3: SPI Mode : QIO
I (28) boot.esp32s3: SPI Flash Size : 16MB
I (28) boot: Enabling RNG early entropy source...
I (29) boot: Partition Table:
I (29) boot: ## Label Usage Type ST Offset Length
I (29) boot: 0 nvs WiFi data 01 02 00009000 00006000
I (30) boot: 1 phy_init RF data 01 01 0000f000 00001000
I (30) boot: 2 factory factory app 00 00 00010000 00100000
I (31) boot: End of partition table
I (31) esp_image: segment 0: paddr=00010020 vaddr=3c0a0020 size=4eae4h (322276) map
I (80) esp_image: segment 1: paddr=0005eb0c vaddr=3fc99600 size=0150ch ( 5388) load
I (82) esp_image: segment 2: paddr=00060020 vaddr=42000020 size=953b8h (611256) map
I (174) esp_image: segment 3: paddr=000f53e0 vaddr=3fc9ab0c size=0344ch ( 13388) load
I (177) esp_image: segment 4: paddr=000f8834 vaddr=40374000 size=15558h ( 87384) load
I (203) boot: Loaded app from partition at offset 0x10000
I (204) boot: Disabling RNG early entropy source...
I (204) cpu_start: Multicore app
D (204) flash HPM: HPM with dummy, status is 3
V (205) mmap: after coalescing, 1 regions are left
I (205) esp_psram: Found 2MB PSRAM device
I (205) esp_psram: Speed: 80MHz
V (205) mmap: found laddr is 0xf0000
V (205) esp_psram: 8bit-aligned-region: actual_mapped_len is 0x200000 bytes
V (205) esp_psram: 8bit-aligned-range: 0x200000 B, starting from: 0x3c0f0000
I (206) cpu_start: Pro cpu up.
I (206) cpu_start: Starting app cpu, entry point is 0x4037573c
0x4037573c: call_start_cpu1 at D:/Espressif/510/Espressif/frameworks/esp-idf-v5.1/components/esp_system/port/cpu_start.c:154

I (0) cpu_start: App cpu up.
V CACHE_ERR: illegal error intr clr & ena mask is: 0x3f
V CACHE_ERR: core 1 access error intr clr & ena mask is: 0x1f
I (436) esp_psram: SPI SRAM memory test OK
D (445) clk: RTC_SLOW_CLK calibration value: 4059699
V CACHE_ERR: illegal error intr clr & ena mask is: 0x3f
V CACHE_ERR: core 0 access error intr clr & ena mask is: 0x1f
I (446) cpu_start: Pro cpu start user code
I (446) cpu_start: cpu freq: 240000000 Hz
I (446) cpu_start: Application information:
I (446) cpu_start: Project name: usb_camera_mic_spk
I (446) cpu_start: App version: 1
I (447) cpu_start: Compile time: Oct 23 2024 19:19:25
I (447) cpu_start: ELF file SHA256: 4f3c1c2b6cfce261...
I (447) cpu_start: ESP-IDF: v5.1-dirty
I (448) cpu_start: Min chip rev: v0.0
I (448) cpu_start: Max chip rev: v0.99
I (448) cpu_start: Chip rev: v0.2
V (448) memory_layout: reserved range is 0x3c0eeac4 - 0x3c0eeaec
D (449) memory_layout: Checking 6 reserved memory ranges:
D (449) memory_layout: Reserved memory range 0x3c000000 - 0x3e000000
D (449) memory_layout: Reserved memory range 0x3fc84000 - 0x3fc99600
D (450) memory_layout: Reserved memory range 0x3fc99600 - 0x3fca1ac0
D (450) memory_layout: Reserved memory range 0x3fceee34 - 0x3fcf0000
D (450) memory_layout: Reserved memory range 0x40374000 - 0x40389600
0x40374000: _WindowOverflow4 at D:/Espressif/510/Espressif/frameworks/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/xtensa_vectors.S:2013

D (451) memory_layout: Reserved memory range 0x600fe000 - 0x600fe010
D (451) memory_layout: Building list of available memory regions:
V (452) memory_layout: Examining memory region 0x3c000000 - 0x3e000000
V (452) memory_layout: Region 0x3c000000 - 0x3e000000 inside of reserved 0x3c000000 - 0x3e000000
V (452) memory_layout: Examining memory region 0x40374000 - 0x40378000
0x40374000: _WindowOverflow4 at D:/Espressif/510/Espressif/frameworks/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/xtensa_vectors.S:2013

0x40378000: _uvc_process_payload at D:/esp_prj/usb_camera_mic_spk/managed_components/espressif__usb_stream/usb_stream.c:1976 (discriminator 12)

V (453) memory_layout: Region 0x40374000 - 0x40378000 inside of reserved 0x40374000 - 0x40389600
0x40374000: _WindowOverflow4 at D:/Espressif/510/Espressif/frameworks/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/xtensa_vectors.S:2013

0x40378000: _uvc_process_payload at D:/esp_prj/usb_camera_mic_spk/managed_components/espressif__usb_stream/usb_stream.c:1976 (discriminator 12)

0x40374000: _WindowOverflow4 at D:/Espressif/510/Espressif/frameworks/esp-idf-v5.1/components/freertos/FreeRTOS-Kernel/portable/xtensa/xtensa_vectors.S:2013

V (453) memory_layout: Examining memory region 0x3fc88000 - 0x3fc90000
V (454) memory_layout: Region 0x3fc88000 - 0x3fc90000 inside of reserved 0x3fc84000 - 0x3fc99600
V (454) memory_layout: Examining memory region 0x3fc90000 - 0x3fca0000
V (455) memory_layout: Start of region 0x3fc90000 - 0x3fca0000 overlaps reserved 0x3fc84000 - 0x3fc99600
V (455) memory_layout: Region 0x3fc99600 - 0x3fca0000 inside of reserved 0x3fc99600 - 0x3fca1ac0
V (456) memory_layout: Examining memory region 0x3fca0000 - 0x3fcb0000
V (456) memory_layout: Start of region 0x3fca0000 - 0x3fcb0000 overlaps reserved 0x3fc99600 - 0x3fca1ac0
D (457) memory_layout: Available memory region 0x3fca1ac0 - 0x3fcb0000
V (457) memory_layout: Examining memory region 0x3fcb0000 - 0x3fcc0000
D (457) memory_layout: Available memory region 0x3fcb0000 - 0x3fcc0000
V (458) memory_layout: Examining memory region 0x3fcc0000 - 0x3fcd0000
D (458) memory_layout: Available memory region 0x3fcc0000 - 0x3fcd0000
V (459) memory_layout: Examining memory region 0x3fcd0000 - 0x3fce0000
D (459) memory_layout: Available memory region 0x3fcd0000 - 0x3fce0000
V (459) memory_layout: Examining memory region 0x3fce0000 - 0x3fce9710
D (460) memory_layout: Available memory region 0x3fce0000 - 0x3fce9710
V (460) memory_layout: Examining memory region 0x3fce9710 - 0x3fcf0000
V (460) memory_layout: End of region 0x3fce9710 - 0x3fcf0000 overlaps reserved 0x3fceee34 - 0x3fcf0000
D (461) memory_layout: Available memory region 0x3fce9710 - 0x3fceee34
V (461) memory_layout: Examining memory region 0x3fcf0000 - 0x3fcf8000
D (462) memory_layout: Available memory region 0x3fcf0000 - 0x3fcf8000
V (462) memory_layout: Examining memory region 0x600fe000 - 0x60100000
V (462) memory_layout: Start of region 0x600fe000 - 0x60100000 overlaps reserved 0x600fe000 - 0x600fe010
D (463) memory_layout: Available memory region 0x600fe010 - 0x60100000
I (463) heap_init: Initializing. RAM available for dynamic allocation:
D (464) heap_init: New heap initialised at 0x3fca1ac0
I (464) heap_init: At 3FCA1AC0 len 00047C50 (287 KiB): DRAM
I (464) heap_init: At 3FCE9710 len 00005724 (21 KiB): STACK/DRAM
D (465) heap_init: New heap initialised at 0x3fcf0000
I (465) heap_init: At 3FCF0000 len 00008000 (32 KiB): DRAM
D (466) heap_init: New heap initialised at 0x600fe010
I (466) heap_init: At 600FE010 len 00001FF0 (7 KiB): RTCRAM
I (466) esp_psram: Adding pool of 2048K of PSRAM memory to heap allocator
V (467) intr_alloc: esp_intr_alloc_intrstatus (cpu 0): checking args
V (467) intr_alloc: esp_intr_alloc_intrstatus (cpu 0): Args okay. Resulting flags 0x40E
D (468) intr_alloc: Connected src 39 to int 2 (cpu 0)
V (468) memspi: raw_chip_id: 1840C8

V (468) memspi: chip_id: C84018

V (468) memspi: raw_chip_id: 1840C8

V (468) memspi: chip_id: C84018

D (469) spi_flash: trying chip: issi
D (469) spi_flash: trying chip: gd
I (469) spi_flash: detected chip: gd
I (469) spi_flash: flash io: qio
D (469) chip_generic: set_io_mode: status before 0x2
V (470) chip_generic: set_io_mode: status update 0x2
D (470) cpu_start: calling init function: 0x4207ab98
0x4207ab98: _GLOBAL__sub_I__ZN9__gnu_cxx9__freeresEv at /builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32s3-elf/src/gcc/libstdc++-v3/libsupc++/eh_alloc.cc:342

D (470) cpu_start: calling init function: 0x4207a678
0x4207a678: _GLOBAL__sub_I__ZN17__eh_globals_init7_S_initE at /builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32s3-elf/src/gcc/libstdc++-v3/libsupc++/eh_globals.cc:168

D (471) cpu_start: calling init function: 0x4202072c
0x4202072c: s_set_default_wifi_log_level at D:/Espressif/510/Espressif/frameworks/esp-idf-v5.1/components/esp_wifi/src/wifi_init.c:88

D (471) cpu_start: calling init function: 0x42018fb0
0x42018fb0: esp_ipc_init at D:/Espressif/510/Espressif/frameworks/esp-idf-v5.1/components/esp_system/esp_ipc.c:114

D (471) cpu_start: calling init function: 0x42002998
0x42002998: esp_init_app_elf_sha256 at D:/Espressif/510/Espressif/frameworks/esp-idf-v5.1/components/esp_app_format/esp_app_desc.c:69

D (472) cpu_start: calling init function: 0x42007f5c on core: 0
0x42007f5c: __esp_system_init_fn_esp_timer_startup_init at D:/Espressif/510/Espressif/frameworks/esp-idf-v5.1/components/esp_timer/src/esp_timer.c:575

V (472) intr_alloc: esp_intr_alloc_intrstatus (cpu 0): checking args
V (472) intr_alloc: esp_intr_alloc_intrstatus (cpu 0): Args okay. Resulting flags 0xC02
D (473) intr_alloc: Connected src 59 to int 3 (cpu 0)
D (473) cpu_start: calling init function: 0x42005958 on core: 0
0x42005958: __esp_system_init_fn_esp_sleep_startup_init at D:/Espressif/510/Espressif/frameworks/esp-idf-v5.1/components/esp_hw_support/sleep_gpio.c:188

I (473) sleep: Configure to isolate all GPIO pins in sleep state
I (474) sleep: Enable automatic switching of GPIO sleep configuration
D (474) cpu_start: calling init function: 0x42003ba8 on core: 0
0x42003ba8: __esp_system_init_fn_init_components0 at D:/Espressif/510/Espressif/frameworks/esp-idf-v5.1/components/esp_system/startup.c:486

V (475) intr_alloc: esp_intr_alloc_intrstatus (cpu 0): checking args
V (475) intr_alloc: esp_intr_alloc_intrstatus (cpu 0): Args okay. Resulting flags 0x40E
D (475) intr_alloc: Connected src 79 to int 9 (cpu 0)
I (476) app_start: Starting scheduler on CPU0
V (476) intr_alloc: esp_intr_alloc_intrstatus (cpu 0): checking args
V (476) intr_alloc: esp_intr_alloc_intrstatus (cpu 0): Args okay. Resulting flags 0x402
D (476) intr_alloc: Connected src 57 to int 12 (cpu 0)
V (476) intr_alloc: esp_intr_alloc_intrstatus (cpu 1): checking args
V (476) intr_alloc: esp_intr_alloc_intrstatus (cpu 1): Args okay. Resulting flags 0x40E
ID (477) intr_alloc: Connected src 80 to int 2 (cpu 1)
I (477) app_start: Starting scheduler on CPU1
V (477) intr_alloc: esp_intr_alloc_intrstatus (cpu 1): checking args
V (478) intr_alloc: esp_intr_alloc_intrstatus (cpu 1): Args okay. Resulting flags 0x402
(476) mD (478) intr_alloc: Connected src 58 to int 3 (cpu 1)
ain_task: Started on CPU0
D (479) heap_init: New heap initialised at 0x3fce9710
I (479) esp_psram: Reserving pool of 32K of internal memory for DMA/internal allocations
D (480) esp_psram: Allocating block of size 32768 bytes
V (480) intr_alloc: esp_intr_alloc_intrstatus (cpu 0): checking args
V (480) intr_alloc: esp_intr_alloc_intrstatus (cpu 0): Args okay. Resulting flags 0xE
D (481) intr_alloc: Connected src 52 to int 13 (cpu 0)
I (481) main_task: Calling app_main()
I (495) pp: pp rom version: e7ae62f
I (496) net80211: net80211 rom version: e7ae62f
I (497) wifi:wifi driver task: 3fcb3c4c, prio:23, stack:6656, core=0
I (503) wifi:wifi firmware version: b2f1f86
I (503) wifi:wifi certification version: v7.0
I (503) wifi:config NVS flash: enabled
I (503) wifi:config nano formating: disabled
I (504) wifi:Init data frame dynamic rx buffer num: 32
I (504) wifi:Init management frame dynamic rx buffer num: 32
I (504) wifi:Init management short buffer num: 32
I (504) wifi:Init static tx buffer num: 16
I (505) wifi:Init tx cache buffer num: 32
I (505) wifi:Init static tx FG buffer num: 2
I (505) wifi:Init static rx buffer size: 1600
I (506) wifi:Init static rx buffer num: 10
I (506) wifi:Init dynamic rx buffer num: 32
I (506) wifi_init: rx ba win: 6
I (507) wifi_init: tcpip mbox: 32
I (507) wifi_init: udp mbox: 6
I (507) wifi_init: tcp mbox: 6
I (507) wifi_init: tcp tx win: 5744
I (507) wifi_init: tcp rx win: 5744
I (507) wifi_init: tcp mss: 1440
I (507) wifi_init: WiFi IRAM OP enabled
I (508) wifi_init: WiFi RX IRAM OP enabled
I (511) camera wifi: wifi_init_softap finished.SSID:ESP32S3-UVC password:
I (512) phy_init: phy_version 601,fe52df4,May 10 2023,17:26:54
I (543) wifi:mode : softAP (34:85:18:b5:d6:1d)
I (544) wifi:Total power save buffer number: 8
I (544) wifi:Init max length of beacon: 752/752
I (544) wifi:Init max length of beacon: 752/752
I (545) camera_httpd: Starting web server on port: '80'
I (546) esp_netif_lwip: DHCP server started on interface WIFI_AP_DEF with IP: 192.168.4.1
I (548) camera_httpd: Starting stream server on port: '81'
I (550) USB_STREAM: UVC Streaming Config Succeed, Version: 1.4.0
I (550) USB_STREAM: SPK Streaming Suspend After Start
I (550) USB_STREAM: UAC Streaming Config Succeed, Version: 1.4.0
I (551) USB_STREAM: USB streaming callback register succeed
I (551) USB_STREAM: Pre-alloc ctrl urb succeed, size = 1024
I (552) USB_STREAM: USB stream task start
I (582) USB_STREAM: USB Streaming Start Succeed
I (582) USB_STREAM: Waiting USB Device Connection
I (832) USB_STREAM: line 151 HCD_PORT_EVENT_CONNECTION
I (832) USB_STREAM: Action: ACTION_DEVICE_CONNECT
I (883) USB_STREAM: Resetting Port
I (943) USB_STREAM: Setting Port FIFO, 1
I (943) USB_STREAM: USB Speed: full-speed
I (944) USB_STREAM: ENUM Stage START, Succeed
I (945) USB_STREAM: ENUM Stage GET_SHORT_DEV_DESC, Succeed
I (946) USB_STREAM: Default pipe endpoint MPS update to 64
I (946) USB_STREAM: ENUM Stage CHECK_SHORT_DEV_DESC, Succeed
I (947) USB_STREAM: ENUM Stage SET_ADDR, Succeed
I (958) USB_STREAM: ENUM Stage CHECK_ADDR, Succeed
I (959) USB_STREAM: ENUM Stage GET_FULL_DEV_DESC, Succeed
*** Device descriptor ***
bcdUSB 2.10
bDeviceClass 0x9
bDeviceSubClass 0x0
bDeviceProtocol 0x0
bMaxPacketSize0 64
idVendor 0x5e3
idProduct 0x610
bNumConfigurations 1
I (962) USB_STREAM: ENUM Stage CHECK_FULL_DEV_DESC, Succeed
I (963) USB_STREAM: ENUM Stage GET_SHORT_CONFIG_DESC, Succeed
I (964) USB_STREAM: ENUM Stage CHECK_SHORT_CONFIG_DESC, Succeed
I (965) USB_STREAM: ENUM Stage GET_FULL_CONFIG_DESC, Succeed
*** Configuration descriptor ***
wTotalLength 25
bNumInterfaces 1
bConfigurationValue 1
*** Interface descriptor ***
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 1
bInterfaceClass 0x9 (Unknown)
bInterfaceSubClass 0x0
*** Endpoint descriptor ***
bEndpointAddress 0x81 EP 1 IN
bmAttributes 0x3 INT
wMaxPacketSize 1
bInterval 255
W (968) USB_STREAM: VS Interface(MPS <= 512) NOT found
W (969) USB_STREAM: Try with first alt-interface config
E (969) USB_STREAM: Setting format: 0 NOT found
W (969) USB_STREAM: Frame: 0, width*height: 65535*65535, NOT found
W (970) USB_STREAM: Audio control interface NOT found
E (970) USB_STREAM: ./managed_components/espressif__usb_stream/usb_stream.c:3125 (_uvc_uac_device_enum):Descriptor Parse Result: No matching configurations
E (971) USB_STREAM: ENUM Stage CHECK_FULL_CONFIG_DESC, Failed
W (971) USB_STREAM: USB enum failed, retrying in 200 ms...
W (1193) USB_STREAM: USB enum failed, retry now
I (1193) USB_STREAM: ENUM Stage START, Succeed
I (1194) USB_STREAM: ENUM Stage GET_SHORT_DEV_DESC, Succeed
I (1195) USB_STREAM: Default pipe endpoint MPS update to 64
I (1195) USB_STREAM: ENUM Stage CHECK_SHORT_DEV_DESC, Succeed
I (1196) USB_STREAM: ENUM Stage SET_ADDR, Succeed
I (1207) USB_STREAM: ENUM Stage CHECK_ADDR, Succeed
I (1208) USB_STREAM: ENUM Stage GET_FULL_DEV_DESC, Succeed
*** Device descriptor ***
bcdUSB 2.10
bDeviceClass 0x9
bDeviceSubClass 0x0
bDeviceProtocol 0x0
bMaxPacketSize0 64
idVendor 0x5e3
idProduct 0x610
bNumConfigurations 1
I (1210) USB_STREAM: ENUM Stage CHECK_FULL_DEV_DESC, Succeed
I (1211) USB_STREAM: ENUM Stage GET_SHORT_CONFIG_DESC, Succeed
I (1212) USB_STREAM: ENUM Stage CHECK_SHORT_CONFIG_DESC, Succeed
I (1213) USB_STREAM: ENUM Stage GET_FULL_CONFIG_DESC, Succeed
*** Configuration descriptor ***
wTotalLength 25
bNumInterfaces 1
bConfigurationValue 1
*** Interface descriptor ***
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 1
bInterfaceClass 0x9 (Unknown)
bInterfaceSubClass 0x0
*** Endpoint descriptor ***
bEndpointAddress 0x81 EP 1 IN
bmAttributes 0x3 INT
wMaxPacketSize 1
bInterval 255
W (1216) USB_STREAM: VS Interface(MPS <= 512) NOT found
W (1217) USB_STREAM: Try with first alt-interface config
E (1217) USB_STREAM: Setting format: 0 NOT found
W (1217) USB_STREAM: Frame: 0, width*height: 65535*65535, NOT found
W (1218) USB_STREAM: Audio control interface NOT found
E (1218) USB_STREAM: ./managed_components/espressif__usb_stream/usb_stream.c:3125 (_uvc_uac_device_enum):Descriptor Parse Result: No matching configurations
E (1219) USB_STREAM: ENUM Stage CHECK_FULL_CONFIG_DESC, Failed
W (1219) USB_STREAM: USB enum failed, retrying in 200 ms...
W (1441) USB_STREAM: USB enum failed, retry now
I (1441) USB_STREAM: ENUM Stage START, Succeed
I (1442) USB_STREAM: ENUM Stage GET_SHORT_DEV_DESC, Succeed
I (1443) USB_STREAM: Default pipe endpoint MPS update to 64
I (1443) USB_STREAM: ENUM Stage CHECK_SHORT_DEV_DESC, Succeed
I (1444) USB_STREAM: ENUM Stage SET_ADDR, Succeed
I (1455) USB_STREAM: ENUM Stage CHECK_ADDR, Succeed
I (1456) USB_STREAM: ENUM Stage GET_FULL_DEV_DESC, Succeed
*** Device descriptor ***
bcdUSB 2.10
bDeviceClass 0x9
bDeviceSubClass 0x0
bDeviceProtocol 0x0
bMaxPacketSize0 64
idVendor 0x5e3
idProduct 0x610
bNumConfigurations 1
I (1458) USB_STREAM: ENUM Stage CHECK_FULL_DEV_DESC, Succeed
I (1459) USB_STREAM: ENUM Stage GET_SHORT_CONFIG_DESC, Succeed
I (1460) USB_STREAM: ENUM Stage CHECK_SHORT_CONFIG_DESC, Succeed
I (1461) USB_STREAM: ENUM Stage GET_FULL_CONFIG_DESC, Succeed
*** Configuration descriptor ***
wTotalLength 25
bNumInterfaces 1
bConfigurationValue 1
*** Interface descriptor ***
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 1
bInterfaceClass 0x9 (Unknown)
bInterfaceSubClass 0x0
*** Endpoint descriptor ***
bEndpointAddress 0x81 EP 1 IN
bmAttributes 0x3 INT
wMaxPacketSize 1
bInterval 255
W (1464) USB_STREAM: VS Interface(MPS <= 512) NOT found
W (1465) USB_STREAM: Try with first alt-interface config
E (1465) USB_STREAM: Setting format: 0 NOT found
W (1465) USB_STREAM: Frame: 0, width*height: 65535*65535, NOT found
W (1466) USB_STREAM: Audio control interface NOT found
E (1466) USB_STREAM: ./managed_components/espressif__usb_stream/usb_stream.c:3125 (_uvc_uac_device_enum):Descriptor Parse Result: No matching configurations
E (1467) USB_STREAM: ENUM Stage CHECK_FULL_CONFIG_DESC, Failed
W (1467) USB_STREAM: USB enum failed, retrying in 200 ms...
W (1689) USB_STREAM: USB enum failed, retry now
I (1689) USB_STREAM: ENUM Stage START, Succeed
I (1690) USB_STREAM: ENUM Stage GET_SHORT_DEV_DESC, Succeed
I (1691) USB_STREAM: Default pipe endpoint MPS update to 64
I (1691) USB_STREAM: ENUM Stage CHECK_SHORT_DEV_DESC, Succeed
I (1692) USB_STREAM: ENUM Stage SET_ADDR, Succeed
I (1703) USB_STREAM: ENUM Stage CHECK_ADDR, Succeed
I (1704) USB_STREAM: ENUM Stage GET_FULL_DEV_DESC, Succeed
*** Device descriptor ***
bcdUSB 2.10
bDeviceClass 0x9
bDeviceSubClass 0x0
bDeviceProtocol 0x0
bMaxPacketSize0 64
idVendor 0x5e3
idProduct 0x610
bNumConfigurations 1
I (1706) USB_STREAM: ENUM Stage CHECK_FULL_DEV_DESC, Succeed
I (1707) USB_STREAM: ENUM Stage GET_SHORT_CONFIG_DESC, Succeed
I (1708) USB_STREAM: ENUM Stage CHECK_SHORT_CONFIG_DESC, Succeed
I (1709) USB_STREAM: ENUM Stage GET_FULL_CONFIG_DESC, Succeed
*** Configuration descriptor ***
wTotalLength 25
bNumInterfaces 1
bConfigurationValue 1
*** Interface descriptor ***
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 1
bInterfaceClass 0x9 (Unknown)
bInterfaceSubClass 0x0
*** Endpoint descriptor ***
bEndpointAddress 0x81 EP 1 IN
bmAttributes 0x3 INT
wMaxPacketSize 1
bInterval 255
W (1712) USB_STREAM: VS Interface(MPS <= 512) NOT found
W (1713) USB_STREAM: Try with first alt-interface config
E (1713) USB_STREAM: Setting format: 0 NOT found
W (1713) USB_STREAM: Frame: 0, width*height: 65535*65535, NOT found
W (1714) USB_STREAM: Audio control interface NOT found
E (1714) USB_STREAM: ./managed_components/espressif__usb_stream/usb_stream.c:3125 (_uvc_uac_device_enum):Descriptor Parse Result: No matching configurations
E (1715) USB_STREAM: ENUM Stage CHECK_FULL_CONFIG_DESC, Failed
W (1715) USB_STREAM: USB enum failed, retrying in 200 ms...
W (1937) USB_STREAM: USB enum failed, retry now
I (1937) USB_STREAM: ENUM Stage START, Succeed
I (1938) USB_STREAM: ENUM Stage GET_SHORT_DEV_DESC, Succeed
I (1939) USB_STREAM: Default pipe endpoint MPS update to 64
I (1939) USB_STREAM: ENUM Stage CHECK_SHORT_DEV_DESC, Succeed
I (1940) USB_STREAM: ENUM Stage SET_ADDR, Succeed
I (1951) USB_STREAM: ENUM Stage CHECK_ADDR, Succeed
I (1952) USB_STREAM: ENUM Stage GET_FULL_DEV_DESC, Succeed
*** Device descriptor ***
bcdUSB 2.10
bDeviceClass 0x9
bDeviceSubClass 0x0
bDeviceProtocol 0x0
bMaxPacketSize0 64
idVendor 0x5e3
idProduct 0x610
bNumConfigurations 1
I (1955) USB_STREAM: ENUM Stage CHECK_FULL_DEV_DESC, Succeed
I (1956) USB_STREAM: ENUM Stage GET_SHORT_CONFIG_DESC, Succeed
I (1957) USB_STREAM: ENUM Stage CHECK_SHORT_CONFIG_DESC, Succeed
I (1958) USB_STREAM: ENUM Stage GET_FULL_CONFIG_DESC, Succeed
*** Configuration descriptor ***
wTotalLength 25
bNumInterfaces 1
bConfigurationValue 1
*** Interface descriptor ***
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 1
bInterfaceClass 0x9 (Unknown)
bInterfaceSubClass 0x0
*** Endpoint descriptor ***
bEndpointAddress 0x81 EP 1 IN
bmAttributes 0x3 INT
wMaxPacketSize 1
bInterval 255
W (1961) USB_STREAM: VS Interface(MPS <= 512) NOT found
W (1962) USB_STREAM: Try with first alt-interface config
E (1962) USB_STREAM: Setting format: 0 NOT found
W (1962) USB_STREAM: Frame: 0, width*height: 65535*65535, NOT found
W (1963) USB_STREAM: Audio control interface NOT found
E (1963) USB_STREAM: ./managed_components/espressif__usb_stream/usb_stream.c:3125 (_uvc_uac_device_enum):Descriptor Parse Result: No matching configurations
E (1964) USB_STREAM: ENUM Stage CHECK_FULL_CONFIG_DESC, Failed
W (1964) USB_STREAM: USB enum failed, retrying in 200 ms...
W (2186) USB_STREAM: USB enum failed, retry now
I (2186) USB_STREAM: ENUM Stage START, Succeed
I (2187) USB_STREAM: ENUM Stage GET_SHORT_DEV_DESC, Succeed
I (2188) USB_STREAM: Default pipe endpoint MPS update to 64
I (2188) USB_STREAM: ENUM Stage CHECK_SHORT_DEV_DESC, Succeed
I (2189) USB_STREAM: ENUM Stage SET_ADDR, Succeed
I (2200) USB_STREAM: ENUM Stage CHECK_ADDR, Succeed
I (2201) USB_STREAM: ENUM Stage GET_FULL_DEV_DESC, Succeed
*** Device descriptor ***
bcdUSB 2.10
bDeviceClass 0x9
bDeviceSubClass 0x0
bDeviceProtocol 0x0
bMaxPacketSize0 64
idVendor 0x5e3
idProduct 0x610
bNumConfigurations 1
I (2203) USB_STREAM: ENUM Stage CHECK_FULL_DEV_DESC, Succeed
I (2204) USB_STREAM: ENUM Stage GET_SHORT_CONFIG_DESC, Succeed
I (2205) USB_STREAM: ENUM Stage CHECK_SHORT_CONFIG_DESC, Succeed
I (2206) USB_STREAM: ENUM Stage GET_FULL_CONFIG_DESC, Succeed
*** Configuration descriptor ***
wTotalLength 25
bNumInterfaces 1
bConfigurationValue 1
*** Interface descriptor ***
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 1
bInterfaceClass 0x9 (Unknown)
bInterfaceSubClass 0x0
*** Endpoint descriptor ***
bEndpointAddress 0x81 EP 1 IN
bmAttributes 0x3 INT
wMaxPacketSize 1
bInterval 255
W (2209) USB_STREAM: VS Interface(MPS <= 512) NOT found
W (2210) USB_STREAM: Try with first alt-interface config
E (2210) USB_STREAM: Setting format: 0 NOT found
W (2210) USB_STREAM: Frame: 0, width*height: 65535*65535, NOT found
W (2211) USB_STREAM: Audio control interface NOT found
E (2211) USB_STREAM: ./managed_components/espressif__usb_stream/usb_stream.c:3125 (_uvc_uac_device_enum):Descriptor Parse Result: No matching configurations
E (2212) USB_STREAM: ENUM Stage CHECK_FULL_CONFIG_DESC, Failed
W (2212) USB_STREAM: USB enum failed, retrying in 200 ms...
W (2434) USB_STREAM: USB enum failed, retry now
I (2434) USB_STREAM: ENUM Stage START, Succeed
I (2435) USB_STREAM: ENUM Stage GET_SHORT_DEV_DESC, Succeed
I (2436) USB_STREAM: Default pipe endpoint MPS update to 64
I (2436) USB_STREAM: ENUM Stage CHECK_SHORT_DEV_DESC, Succeed
I (2437) USB_STREAM: ENUM Stage SET_ADDR, Succeed
I (2448) USB_STREAM: ENUM Stage CHECK_ADDR, Succeed
I (2449) USB_STREAM: ENUM Stage GET_FULL_DEV_DESC, Succeed
*** Device descriptor ***
bcdUSB 2.10
bDeviceClass 0x9
bDeviceSubClass 0x0
bDeviceProtocol 0x0
bMaxPacketSize0 64
idVendor 0x5e3
idProduct 0x610
bNumConfigurations 1
I (2451) USB_STREAM: ENUM Stage CHECK_FULL_DEV_DESC, Succeed
I (2452) USB_STREAM: ENUM Stage GET_SHORT_CONFIG_DESC, Succeed
I (2453) USB_STREAM: ENUM Stage CHECK_SHORT_CONFIG_DESC, Succeed
I (2454) USB_STREAM: ENUM Stage GET_FULL_CONFIG_DESC, Succeed
*** Configuration descriptor ***
wTotalLength 25
bNumInterfaces 1
bConfigurationValue 1
*** Interface descriptor ***
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 1
bInterfaceClass 0x9 (Unknown)
bInterfaceSubClass 0x0
*** Endpoint descriptor ***
bEndpointAddress 0x81 EP 1 IN
bmAttributes 0x3 INT
wMaxPacketSize 1
bInterval 255
W (2457) USB_STREAM: VS Interface(MPS <= 512) NOT found
W (2458) USB_STREAM: Try with first alt-interface config
E (2458) USB_STREAM: Setting format: 0 NOT found
W (2458) USB_STREAM: Frame: 0, width*height: 65535*65535, NOT found
W (2459) USB_STREAM: Audio control interface NOT found
E (2459) USB_STREAM: ./managed_components/espressif__usb_stream/usb_stream.c:3125 (_uvc_uac_device_enum):Descriptor Parse Result: No matching configurations
E (2460) USB_STREAM: ENUM Stage CHECK_FULL_CONFIG_DESC, Failed
W (2460) USB_STREAM: USB enum failed, retrying in 200 ms...
W (2682) USB_STREAM: USB enum failed, retry now
I (2682) USB_STREAM: ENUM Stage START, Succeed
I (2683) USB_STREAM: ENUM Stage GET_SHORT_DEV_DESC, Succeed
I (2684) USB_STREAM: Default pipe endpoint MPS update to 64
I (2684) USB_STREAM: ENUM Stage CHECK_SHORT_DEV_DESC, Succeed
I (2685) USB_STREAM: ENUM Stage SET_ADDR, Succeed
I (2696) USB_STREAM: ENUM Stage CHECK_ADDR, Succeed
I (2697) USB_STREAM: ENUM Stage GET_FULL_DEV_DESC, Succeed
*** Device descriptor ***
bcdUSB 2.10
bDeviceClass 0x9
bDeviceSubClass 0x0
bDeviceProtocol 0x0
bMaxPacketSize0 64
idVendor 0x5e3
idProduct 0x610
bNumConfigurations 1
I (2700) USB_STREAM: ENUM Stage CHECK_FULL_DEV_DESC, Succeed
I (2701) USB_STREAM: ENUM Stage GET_SHORT_CONFIG_DESC, Succeed
I (2702) USB_STREAM: ENUM Stage CHECK_SHORT_CONFIG_DESC, Succeed
I (2703) USB_STREAM: ENUM Stage GET_FULL_CONFIG_DESC, Succeed
*** Configuration descriptor ***
wTotalLength 25
bNumInterfaces 1
bConfigurationValue 1
*** Interface descriptor ***
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 1
bInterfaceClass 0x9 (Unknown)
bInterfaceSubClass 0x0
*** Endpoint descriptor ***
bEndpointAddress 0x81 EP 1 IN
bmAttributes 0x3 INT
wMaxPacketSize 1
bInterval 255
W (2706) USB_STREAM: VS Interface(MPS <= 512) NOT found
W (2707) USB_STREAM: Try with first alt-interface config
E (2707) USB_STREAM: Setting format: 0 NOT found
W (2707) USB_STREAM: Frame: 0, width*height: 65535*65535, NOT found
W (2708) USB_STREAM: Audio control interface NOT found
E (2708) USB_STREAM: ./managed_components/espressif__usb_stream/usb_stream.c:3125 (_uvc_uac_device_enum):Descriptor Parse Result: No matching configurations
E (2709) USB_STREAM: ENUM Stage CHECK_FULL_CONFIG_DESC, Failed
W (2709) USB_STREAM: USB enum failed, retrying in 200 ms...
W (2931) USB_STREAM: USB enum failed, retry now
I (2931) USB_STREAM: ENUM Stage START, Succeed
I (2932) USB_STREAM: ENUM Stage GET_SHORT_DEV_DESC, Succeed
I (2933) USB_STREAM: Default pipe endpoint MPS update to 64
I (2933) USB_STREAM: ENUM Stage CHECK_SHORT_DEV_DESC, Succeed
I (2934) USB_STREAM: ENUM Stage SET_ADDR, Succeed
I (2945) USB_STREAM: ENUM Stage CHECK_ADDR, Succeed
I (2946) USB_STREAM: ENUM Stage GET_FULL_DEV_DESC, Succeed
*** Device descriptor ***
bcdUSB 2.10
bDeviceClass 0x9
bDeviceSubClass 0x0
bDeviceProtocol 0x0
bMaxPacketSize0 64
idVendor 0x5e3
idProduct 0x610
bNumConfigurations 1
I (2948) USB_STREAM: ENUM Stage CHECK_FULL_DEV_DESC, Succeed
I (2949) USB_STREAM: ENUM Stage GET_SHORT_CONFIG_DESC, Succeed
I (2950) USB_STREAM: ENUM Stage CHECK_SHORT_CONFIG_DESC, Succeed
I (2951) USB_STREAM: ENUM Stage GET_FULL_CONFIG_DESC, Succeed
*** Configuration descriptor ***
wTotalLength 25
bNumInterfaces 1
bConfigurationValue 1
*** Interface descriptor ***
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 1
bInterfaceClass 0x9 (Unknown)
bInterfaceSubClass 0x0
*** Endpoint descriptor ***
bEndpointAddress 0x81 EP 1 IN
bmAttributes 0x3 INT
wMaxPacketSize 1
bInterval 255
W (2954) USB_STREAM: VS Interface(MPS <= 512) NOT found
W (2955) USB_STREAM: Try with first alt-interface config
E (2955) USB_STREAM: Setting format: 0 NOT found
W (2955) USB_STREAM: Frame: 0, width*height: 65535*65535, NOT found
W (2956) USB_STREAM: Audio control interface NOT found
E (2956) USB_STREAM: ./managed_components/espressif__usb_stream/usb_stream.c:3125 (_uvc_uac_device_enum):Descriptor Parse Result: No matching configurations
E (2957) USB_STREAM: ENUM Stage CHECK_FULL_CONFIG_DESC, Failed
W (2957) USB_STREAM: USB enum failed, retrying in 200 ms...
W (3179) USB_STREAM: USB enum failed, retry now
I (3179) USB_STREAM: ENUM Stage START, Succeed
I (3180) USB_STREAM: ENUM Stage GET_SHORT_DEV_DESC, Succeed
I (3181) USB_STREAM: Default pipe endpoint MPS update to 64
I (3181) USB_STREAM: ENUM Stage CHECK_SHORT_DEV_DESC, Succeed
I (3182) USB_STREAM: ENUM Stage SET_ADDR, Succeed
I (3193) USB_STREAM: ENUM Stage CHECK_ADDR, Succeed
I (3194) USB_STREAM: ENUM Stage GET_FULL_DEV_DESC, Succeed
*** Device descriptor ***
bcdUSB 2.10
bDeviceClass 0x9
bDeviceSubClass 0x0
bDeviceProtocol 0x0
bMaxPacketSize0 64
idVendor 0x5e3
idProduct 0x610
bNumConfigurations 1
I (3196) USB_STREAM: ENUM Stage CHECK_FULL_DEV_DESC, Succeed
I (3197) USB_STREAM: ENUM Stage GET_SHORT_CONFIG_DESC, Succeed
I (3198) USB_STREAM: ENUM Stage CHECK_SHORT_CONFIG_DESC, Succeed
I (3199) USB_STREAM: ENUM Stage GET_FULL_CONFIG_DESC, Succeed
*** Configuration descriptor ***
wTotalLength 25
bNumInterfaces 1
bConfigurationValue 1
*** Interface descriptor ***
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 1
bInterfaceClass 0x9 (Unknown)
bInterfaceSubClass 0x0
*** Endpoint descriptor ***
bEndpointAddress 0x81 EP 1 IN
bmAttributes 0x3 INT
wMaxPacketSize 1
bInterval 255
W (3202) USB_STREAM: VS Interface(MPS <= 512) NOT found
W (3203) USB_STREAM: Try with first alt-interface config
E (3203) USB_STREAM: Setting format: 0 NOT found
W (3203) USB_STREAM: Frame: 0, width*height: 65535*65535, NOT found
W (3204) USB_STREAM: Audio control interface NOT found
E (3204) USB_STREAM: ./managed_components/espressif__usb_stream/usb_stream.c:3125 (_uvc_uac_device_enum):Descriptor Parse Result: No matching configurations
E (3205) USB_STREAM: ENUM Stage CHECK_FULL_CONFIG_DESC, Failed
E (3205) USB_STREAM: USB enum failed, no more retry
W (13315) USB_STREAM: line 155 HCD_PORT_EVENT_DISCONNECTION
I (13315) USB_STREAM: Recover Stream Task
I (13353) USB_STREAM: Action: ACTION_PIPE_DFLT_DISABLE
I (13353) USB_STREAM: Action: ACTION_PORT_RECOVER
I (13354) USB_STREAM: Action: ACTION_DEVICE_DISCONN
I (13354) USB_STREAM: Waiting USB Connection





------------

源码基础上只是打开了Wi-Fi,开启了PSRAM。请问是摄像头问题,不支持200W像素吗,还是别的什么问题,请帮忙分析一下。