mirror of
https://github.com/MrUnknownDE/OpenIris-ESPIDF.git
synced 2026-05-06 13:56:05 +02:00
Set the tinyusb version to 0.15.0~10 to fix uvc becoming unresponsive, add missing proper device mode handling, update progress docs
This commit is contained in:
@@ -108,6 +108,12 @@ static void UVCStreamHelpers::camera_fb_return_cb(uvc_fb_t *fb, void *cb_ctx)
|
||||
|
||||
esp_err_t UVCStreamManager::setup()
|
||||
{
|
||||
|
||||
#ifndef CONFIG_WIRED_MODE
|
||||
ESP_LOGE(UVC_STREAM_TAG, "The board does not support UVC, please, setup WiFi connection.");
|
||||
return;
|
||||
#endif
|
||||
|
||||
ESP_LOGI(UVC_STREAM_TAG, "Setting up UVC Stream");
|
||||
|
||||
uvc_buffer = static_cast<uint8_t *>(malloc(UVC_MAX_FRAMESIZE_SIZE));
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
dependencies:
|
||||
cmake_utilities:
|
||||
version: '*'
|
||||
version: "*"
|
||||
espressif/tinyusb:
|
||||
version: '>=0.15.0~10'
|
||||
version: "=0.15.0~10"
|
||||
idf:
|
||||
version: '>=5.0'
|
||||
version: ">=5.0"
|
||||
description: USB Device UVC, Streaming Video to Host
|
||||
documentation: https://docs.espressif.com/projects/esp-iot-solution/en/latest/usb/usb_device/usb_device_uvc.html
|
||||
issues: https://github.com/espressif/esp-iot-solution/issues
|
||||
@@ -13,8 +13,8 @@ repository_info:
|
||||
commit_sha: e2529ce3b0aa6362663b4c53d7e9ba21ff307f49
|
||||
path: components/usb/usb_device_uvc
|
||||
targets:
|
||||
- esp32s2
|
||||
- esp32s3
|
||||
- esp32p4
|
||||
- esp32s2
|
||||
- esp32s3
|
||||
- esp32p4
|
||||
url: https://github.com/espressif/esp-iot-solution/tree/master/components/usb/usb_device_uvc
|
||||
version: 1.1.0
|
||||
|
||||
Reference in New Issue
Block a user