ESP32S3 N16R8, USB_STREAM UVC除錯記錄

yinsua發表於2024-07-09

win10,vscode,idf-5.2.1,usb_stream
開發板:酷世Audio 800*480開發板, NT53310+GT911
參考phripherals/lcd/i80-controllerusb/host/usb_camera_lcd_display 編寫程式
出現報錯:

I (11034) USB_STREAM: ENUM Stage START, Succeed
I (11044) USB_STREAM: ENUM Stage GET_SHORT_DEV_DESC, Succeed
W (11044) USB_STREAM: Pipe(default): ERROR_XFER
I (11044) USB_STREAM: Action: ACTION_PIPE_DFLT_RECOVER
I (11054) USB_STREAM: Action: ACTION_PIPE_DFLT_CLEAR
E (11054) USB_STREAM: ./components/usb_stream/usb_stream.c:3012 (_uvc_uac_device_enum):urb cleared: enum abort
E (11064) USB_STREAM: ENUM Stage CHECK_SHORT_DEV_DESC, Failed
W (11074) USB_STREAM: USB enum failed, retrying in 500 ms...

程式執行狀態下,重新插拔UVC攝像頭USB線即可正常。

相關文章