Cleanup after rebase

This commit is contained in:
Lorow
2025-10-21 23:12:01 +02:00
parent 410ad0533c
commit 3494edc822
@@ -85,22 +85,6 @@ void CameraManager::setupCameraPinout()
}; };
} }
void CameraManager::setupBasicResolution()
{
if (!esp_psram_is_initialized())
{
ESP_LOGE(CAMERA_MANAGER_TAG, "PSRAM not initialized!");
ESP_LOGD(CAMERA_MANAGER_TAG, "Setting fb_location to CAMERA_FB_IN_DRAM with lower picture quality");
config.fb_location = CAMERA_FB_IN_DRAM;
config.jpeg_quality = 7;
config.fb_count = 2;
return;
}
ESP_LOGI(CAMERA_MANAGER_TAG, "PSRAM size: %u", esp_psram_get_size());
}
void CameraManager::setupCameraSensor() void CameraManager::setupCameraSensor()
{ {
ESP_LOGI(CAMERA_MANAGER_TAG, "Setting up camera sensor"); ESP_LOGI(CAMERA_MANAGER_TAG, "Setting up camera sensor");