mirror of
https://github.com/MrUnknownDE/OpenIris-ESPIDF.git
synced 2026-05-06 05:46:06 +02:00
Cleanup after rebase
This commit is contained in:
@@ -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");
|
||||||
|
|||||||
Reference in New Issue
Block a user