打开东山派K230micropython之后,插上USB摄像头会提示错误信息。请问如下情况是什么导致的?是我目前使用的USB摄像头不适配吗?

Viewed 72

重现步骤

期待结果和实际结果

软硬件版本信息

https://gitee.com/yearsince/canmv_k230
东山派的K230开发板

错误日志

Interface Descriptor:
bLength: 0x09
bDescriptorType: 0x04
bInterfaceNumber: 0x00
bAlternateSetting: 0x00
bNumEndpoints: 0x01
bInterfaceClass: 0x0e
bInterfaceSubClass: 0x01
bInterfaceProtocol: 0x00
iInterface: 0x05
Interface Descriptor:
bLength: 0x09
bDescriptorType: 0x04
bInterfaceNumber: 0x01
bAlternateSetting: 0x00
bNumEndpoints: 0x00
bInterfaceClass: 0x0e
bInterfaceSubClass: 0x02
bInterfaceProtocol: 0x00
iInterface: 0x05
Interface Descriptor:
bLength: 0x09
bDescriptorType: 0x04
bInterfaceNumber: 0x01
bAlternateSetting: 0x01
bNumEndpoints: 0x01
bInterfaceClass: 0x0e
bInterfaceSubClass: 0x02
bInterfaceProtocol: 0x00
iInterface: 0x00
Interface Descriptor:
bLength: 0x09
bDescriptorType: 0x04
bInterfaceNumber: 0x01
bAlternateSetting: 0x02
bNumEndpoints: 0x01
bInterfaceClass: 0x0e
bInterfaceSubClass: 0x02
bInterfaceProtocol: 0x00
iInterface: 0x00
Interface Descriptor:
bLength: 0x09
bDescriptorType: 0x04
bInterfaceNumber: 0x01
bAlternateSetting: 0x03
bNumEndpoints: 0x01
bInterfaceClass: 0x0e
bInterfaceSubClass: 0x02
bInterfaceProtocol: 0x00
iInterface: 0x00
Interface Descriptor:
bLength: 0x09
bDescriptorType: 0x04
bInterfaceNumber: 0x01
bAlternateSetting: 0x04
bNumEndpoints: 0x01
bInterfaceClass: 0x0e
bInterfaceSubClass: 0x02
bInterfaceProtocol: 0x00
iInterface: 0x00
Interface Descriptor:
bLength: 0x09
bDescriptorType: 0x04
bInterfaceNumber: 0x01
bAlternateSetting: 0x05
bNumEndpoints: 0x01
bInterfaceClass: 0x0e
bInterfaceSubClass: 0x02
bInterfaceProtocol: 0x00
iInterface: 0x00
Interface Descriptor:
bLength: 0x09
bDescriptorType: 0x04
bInterfaceNumber: 0x01
bAlternateSetting: 0x06
bNumEndpoints: 0x01
bInterfaceClass: 0x0e
bInterfaceSubClass: 0x02
bInterfaceProtocol: 0x00
iInterface: 0x00
[E/usbh_core] do not support, Interface 0, Class:0x0e,Subclass:0x01,Protocl:0x00
[E/usbh_core] do not support, Interface 1, Class:0x0e,Subclass:0x02,Protocl:0x00

尝试解决过程

补充材料

1 Answers

你好,东山派现有的配置里没有使能uvc的支持,请拉取一下最新的代码再重新编译一下。