mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
Increase the JPEG quality threshold for H7.
This commit is contained in:
parent
fcdeb09283
commit
fac6f19b75
@ -39,7 +39,7 @@
|
||||
|
||||
// If buffer size is bigger than this threshold, the quality is reduced.
|
||||
// This is only used for JPEG images sent to the IDE not normal compression.
|
||||
#define JPEG_QUALITY_THRESH (160*120*2)
|
||||
#define JPEG_QUALITY_THRESH (320*240*2)
|
||||
|
||||
// Linker script constants (see the linker script template stm32fxxx.ld.S).
|
||||
// Note: fb_alloc is a stack-based, dynamically allocated memory on FB.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user