Cleanup UVC implementation

This commit is contained in:
Lorow
2024-10-22 23:42:03 +02:00
parent 23bb930255
commit 19a2c25ce3
4 changed files with 11 additions and 120 deletions

View File

@@ -66,14 +66,12 @@ int test_log(const char *format, va_list args)
return vprintf(format, args);
}
void mylog(const char *format, ...);
extern "C" void app_main(void)
{
// uvc plan
// cleanup the logs - done
// prepare the camera to be initialized with UVC
// prepare the camera to be initialized with UVC - done?
// debug uvc performance - done
// porting plan:
@@ -86,7 +84,7 @@ extern "C" void app_main(void)
// then port the led manager as this will be fairly easy - done
// then port the mdns stuff - done
// then port the camera manager - in progress
// then port the streaming stuff (web and uvc) - in progress
// then port the streaming stuff (web and uvc) - done
// then add ADHOC and support for more networks in wifi manager
// then port the async web server
@@ -101,7 +99,7 @@ extern "C" void app_main(void)
deviceConfig.load();
wifiManager.Begin();
mdnsManager.start();
// cameraHandler.setupCamera();
cameraHandler.setupCamera();
streamServer.startStreamServer();
#ifdef CONFIG_WIRED_MODE