diff --git a/hello_teapot.bin b/hello_teapot.bin index bbee43f..23041c4 100755 Binary files a/hello_teapot.bin and b/hello_teapot.bin differ diff --git a/video.c b/video.c index 5222ecb..87e1488 100644 --- a/video.c +++ b/video.c @@ -63,7 +63,7 @@ #define CAM_EXPOSURE_ISO_SENSITIVITY 0 #define CAM_EXPOSURE_AUTO_SENSITIVITY OMX_TRUE #define CAM_FRAME_STABILISATION OMX_FALSE -#define CAM_WHITE_BALANCE_CONTROL OMX_WhiteBalControlOff // OMX_WHITEBALCONTROLTYPE +#define CAM_WHITE_BALANCE_CONTROL OMX_WhiteBalControlAuto // OMX_WHITEBALCONTROLTYPE #define CAM_IMAGE_FILTER OMX_ImageFilterNone // OMX_IMAGEFILTERTYPE #define CAM_FLIP_HORIZONTAL OMX_FALSE #define CAM_FLIP_VERTICAL OMX_TRUE