Skip to content

Commit

Permalink
fix blank display after firmware update
Browse files Browse the repository at this point in the history
  • Loading branch information
avilleret committed Jul 3, 2014
1 parent 39ecd4d commit cbb990d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion video.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cbb990d

Please sign in to comment.