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:
iabdalkader 2016-08-31 01:39:47 +02:00
parent bdafca5a78
commit 0653f49bde

View File

@ -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},
};