CAM_BLACK_LEVEL 124 include/camera.h #define CAM_BLACK_LEVEL ((1<<(CAM_SENSOR_BITS_PER_PIXEL-5))-1) // 10bpp = 31 ((1<<5)-1), 12bpp = 127 ((1<<7)-1) CAM_BLACK_LEVEL 76 platform/g5x/platform_camera.h #undef CAM_BLACK_LEVEL CAM_BLACK_LEVEL 77 platform/g5x/platform_camera.h #define CAM_BLACK_LEVEL 2047 CAM_BLACK_LEVEL 125 platform/g7x/platform_camera.h #undef CAM_BLACK_LEVEL CAM_BLACK_LEVEL 126 platform/g7x/platform_camera.h #define CAM_BLACK_LEVEL 511 CAM_BLACK_LEVEL 71 platform/g7x2/platform_camera.h #undef CAM_BLACK_LEVEL CAM_BLACK_LEVEL 72 platform/g7x2/platform_camera.h #define CAM_BLACK_LEVEL 2047 CAM_BLACK_LEVEL 80 platform/m10/platform_camera.h #undef CAM_BLACK_LEVEL CAM_BLACK_LEVEL 81 platform/m10/platform_camera.h #define CAM_BLACK_LEVEL 2047 // not tested under all conditions CAM_BLACK_LEVEL 66 platform/m3/platform_camera.h #undef CAM_BLACK_LEVEL CAM_BLACK_LEVEL 67 platform/m3/platform_camera.h #define CAM_BLACK_LEVEL 2047 // not tested under all conditions CAM_BLACK_LEVEL 44 platform/sx110is/platform_camera.h #undef CAM_BLACK_LEVEL CAM_BLACK_LEVEL 45 platform/sx110is/platform_camera.h #define CAM_BLACK_LEVEL 128 CAM_BLACK_LEVEL 42 platform/sx120is/platform_camera.h #undef CAM_BLACK_LEVEL CAM_BLACK_LEVEL 43 platform/sx120is/platform_camera.h #define CAM_BLACK_LEVEL 128 // black level set to 128 per reports on the forum