Skip to content

uvc_host not support high speed on esp32p4? (IEC-394) #279

@Dandjinh

Description

@Dandjinh

Answers checklist.

  • I have read the component documentation ESP-IDF Components and the issue is not addressed there.
  • I am using target and esp-idf version as defined in component's idf_component.yml
  • I have searched the issue tracker for a similar issue and not found any related issue.

Which component are you using? If you choose Other, provide details in More Information.

host/uvc

ESP-IDF version.

v5.5.1

Development Kit.

ESP32-P4-Module-DEV-KIT

Used Component version.

v2.3.1

More Information.

I am trying to get video streaming from ms2130 which converts HDMI streaming to uvc streaming.
I get yuv2 streambing with only 10fps and mjpeg 30fps but only 1/3 of them could be decoded by jpeg-2d.
Looks like only USB-FS bandwidth works.

project uploads here:esp32p4_uvc.zip

The logs folder contains the log of yuv2 mode, the log of mjpeg mode, the description got by uvc_host_desc_print and the description got by UsbTreeView on Win10.

The result of uvc_host_desc_print cannot show any intf whose MPS is bigger than 1024.

Did I miss something to configure USB in HS mode?

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions