mirror of
https://github.com/MrUnknownDE/OpenIris-ESPIDF.git
synced 2026-04-18 22:13:45 +02:00
upload mutimodal
This commit is contained in:
@@ -149,5 +149,12 @@ esp_err_t UVCStreamManager::setup()
|
||||
}
|
||||
ESP_LOGI(UVC_STREAM_TAG, "Initialized UVC Device");
|
||||
|
||||
return ESP_OK;
|
||||
}
|
||||
|
||||
esp_err_t UVCStreamManager::start()
|
||||
{
|
||||
ESP_LOGI(UVC_STREAM_TAG, "Starting UVC streaming");
|
||||
// UVC device is already initialized in setup(), just log that we're starting
|
||||
return ESP_OK;
|
||||
}
|
||||
@@ -54,6 +54,7 @@ class UVCStreamManager
|
||||
|
||||
public:
|
||||
esp_err_t setup();
|
||||
esp_err_t start();
|
||||
};
|
||||
|
||||
#endif // UVCSTREAM_HPP
|
||||
|
||||
Reference in New Issue
Block a user