We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 86ccf55 + 47d46e4 commit 4e6c17eCopy full SHA for 4e6c17e
host/class/uvc/usb_host_uvc/CHANGELOG.md
@@ -1,9 +1,10 @@
1
-## [Unreleased]
+## 2.3.0
2
3
- Added `uvc_host_stream_format_get()` function that returns current stream's format
4
- Added `uvc_host_buf_info_get()` function for esp_video binding
5
- Added option to request default FPS by setting FPS = 0
6
- Fixed UVC driver re-installation
7
+- Fixed abort on unexpected EoF flag in bulk transfers
8
9
## 2.2.0
10
host/class/uvc/usb_host_uvc/idf_component.yml
@@ -1,5 +1,5 @@
## IDF Component Manager Manifest File
-version: "2.2.0"
+version: "2.3.0"
description: USB Host UVC driver
url: https://github.com/espressif/esp-usb/tree/master/host/class/uvc/usb_host_uvc
dependencies:
0 commit comments