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.
This commit is contained in:
iabdalkader 2019-10-25 23:05:25 +02:00
parent b67804faa2
commit f9ed0cb82a
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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