mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
Set max FPS reduction to 1/2 FPS (30FPS).
* A compromise between FPS reduction and noise level (in night mode).
This commit is contained in:
parent
bdafca5a78
commit
0653f49bde
@ -106,7 +106,7 @@ static const uint8_t default_regs[][2] = {
|
||||
{LC_COEFB, 0x14},
|
||||
{LC_COEFR, 0x17},
|
||||
{LC_CTR, 0x05},
|
||||
{COM5, 0xF5}, //0x65
|
||||
{COM5, 0xD5},
|
||||
|
||||
{0x00, 0x00},
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user