Some features are enabled using build options or by using app_config.h:
This documentation explains those features and how to modify them.
Cameras allow flipping the image along two axes.
CMW_MIRRORFLIP_MIRROR: Selfie modeCMW_MIRRORFLIP_FLIP: Flip upside downCMW_MIRRORFLIP_FLIP_MIRROR: Flip both axesCMW_MIRRORFLIP_NONE: Default
-
Open app_config.h.
-
Change the
CAMERA_FLIPdefine:
/* Defines: CMW_MIRRORFLIP_NONE; CMW_MIRRORFLIP_FLIP; CMW_MIRRORFLIP_MIRROR; CMW_MIRRORFLIP_FLIP_MIRROR; */
#define CAMERA_FLIP CMW_MIRRORFLIP_NONE