From f9ed0cb82a2b2c172be65e2ca65def4cb6419ff1 Mon Sep 17 00:00:00 2001 From: iabdalkader Date: Fri, 25 Oct 2019 23:05:25 +0200 Subject: [PATCH] Disable YUV table for OMV4 and OMV4R. * Disable YUV tables for H7 cameras to temporarily save FLASH. * Since H7 cameras have and use the HW JPEG encoder the side effects are minimal. --- src/omv/boards/OPENMV4/imlib_config.h | 2 +- src/omv/boards/OPENMV4R/imlib_config.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/omv/boards/OPENMV4/imlib_config.h b/src/omv/boards/OPENMV4/imlib_config.h index 1289bc567..bff78f9bb 100644 --- a/src/omv/boards/OPENMV4/imlib_config.h +++ b/src/omv/boards/OPENMV4/imlib_config.h @@ -15,7 +15,7 @@ #define IMLIB_ENABLE_LAB_LUT // Enable YUV LUT -#define IMLIB_ENABLE_YUV_LUT +//#define IMLIB_ENABLE_YUV_LUT // Enable mean pooling #define IMLIB_ENABLE_MEAN_POOLING diff --git a/src/omv/boards/OPENMV4R/imlib_config.h b/src/omv/boards/OPENMV4R/imlib_config.h index 79cdcfd7d..1d7c9face 100644 --- a/src/omv/boards/OPENMV4R/imlib_config.h +++ b/src/omv/boards/OPENMV4R/imlib_config.h @@ -15,7 +15,7 @@ #define IMLIB_ENABLE_LAB_LUT // Enable YUV LUT -#define IMLIB_ENABLE_YUV_LUT +//#define IMLIB_ENABLE_YUV_LUT // Enable mean pooling #define IMLIB_ENABLE_MEAN_POOLING