Page 1 of 1

Using UVC and UAC component at the same time.

Posted: Tue Jul 15, 2025 1:33 pm
by parth.donga
Hi,

I am working on project where I have one camera and digital mic. I want to do UVC + UAC streaming via USB. TO do that I have added espressif components usb_device_uvc and usb_device_uac. However, with this I am haveing compilation issue, due to both component has their own usb_descriptors.C files.

Any other way to achieve this? or resolve the issue of conflict in these components.

I would appreciate any help.

Thanks in advance.