mirror of
https://github.com/MrUnknownDE/OpenIris-ESPIDF.git
synced 2026-04-19 06:23:44 +02:00
Minor cleanup, add missing command for updating OTA credentials
This commit is contained in:
@@ -31,15 +31,13 @@ namespace UVCStreamHelpers
|
||||
|
||||
static esp_err_t camera_start_cb(uvc_format_t format, int width, int height, int rate, void *cb_ctx);
|
||||
static void camera_stop_cb(void *cb_ctx);
|
||||
static esp_err_t camera_start_cb(uvc_format_t format, int width, int height, int rate, void *cb_ctx);
|
||||
static uvc_fb_t *camera_fb_get_cb(void *cb_ctx);
|
||||
static void camera_fb_return_cb(uvc_fb_t *fb, void *cb_ctx);
|
||||
}
|
||||
|
||||
class UVCStreamManager
|
||||
{
|
||||
private:
|
||||
uint8_t *uvc_buffer;
|
||||
uint8_t *uvc_buffer = nullptr;
|
||||
|
||||
public:
|
||||
esp_err_t setup();
|
||||
|
||||
Reference in New Issue
Block a user