Enable log-filter always

This commit is contained in:
Kamil Trzcinski
2022-04-07 20:50:16 +02:00
parent 4f26debf57
commit 02c10df53f
4 changed files with 11 additions and 11 deletions

View File

@ -48,9 +48,9 @@ int camera_configure_isp(camera_t *camera, float high_div, float low_div)
return -1;
}
DEVICE_SET_OPTION(camera->isp_srgb, RED_BALANCE, 2120);
DEVICE_SET_OPTION(camera->isp_srgb, BLUE_BALANCE, 1472);
DEVICE_SET_OPTION(camera->isp_srgb, DIGITAL_GAIN, 1007);
// DEVICE_SET_OPTION(camera->isp_srgb, RED_BALANCE, 2120);
// DEVICE_SET_OPTION(camera->isp_srgb, BLUE_BALANCE, 1472);
// DEVICE_SET_OPTION(camera->isp_srgb, DIGITAL_GAIN, 1007);
link_t *links = camera->links;