mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
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:
parent
b67804faa2
commit
f9ed0cb82a
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user