refactor(usb/host): Update UVC example for new UVC driver v2.0

This commit is contained in:
Tomas Rezucha
2025-04-10 13:37:04 +02:00
parent dc678decf7
commit 1816b95261
14 changed files with 243 additions and 841 deletions

View File

@@ -403,7 +403,7 @@ UVC
"""
* A host class driver for the USB Video Device Class is distributed as a managed component via the `ESP Component Registry <https://components.espressif.com/component/espressif/usb_host_uvc>`__.
* :example:`peripherals/usb/host/uvc` demonstrates how to capture video from a USB camera using the `libuvc` library and stream the video over Wi-Fi by hosting a TCP server, with the option to visualize the captured video on a PC using the provided `player.py` script.
* :example:`peripherals/usb/host/uvc` demonstrates how to capture video frames from a USB camera using the UVC driver.
.. ---------------------------------------------- USB Host Menuconfig --------------------------------------------------