Make auto-exposure optional

This commit is contained in:
fruchti 2019-11-14 19:06:39 +01:00
parent 91dc86102f
commit 912a16628a
3 changed files with 12 additions and 1 deletions

View file

@ -11,6 +11,10 @@
// dithering.
#define CAMERA_USE_2D_DITHERING
// Use a primitive autoexposure by shifting each frames luminosity based on the
// ratio of white to black pixels in the previous frames
// #define CAMERA_USE_EXPOSURE_CORRECTION
extern volatile int Camera_Captured;
void Camera_Init(void);