Make auto-exposure optional
This commit is contained in:
parent
91dc86102f
commit
912a16628a
3 changed files with 12 additions and 1 deletions
|
|
@ -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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue