camera_exposuremode_t
The exposure mode of the camera.
Synopsis:
#include <camera/camera_api.h>
typedef enum { CAMERA_EXPOSUREMODE_DEFAULT CAMERA_EXPOSUREMODE_OFF CAMERA_EXPOSUREMODE_AUTO CAMERA_EXPOSUREMODE_MANUAL CAMERA_EXPOSUREMODE_NUMEXPOSUREMODES } camera_exposuremode_t;
Data:
- CAMERA_EXPOSUREMODE_DEFAULT
- Indicates to use the default auto exposure mode.
- CAMERA_EXPOSUREMODE_OFF
- Indicates that auto exposure is off.
- CAMERA_EXPOSUREMODE_AUTO
- Indicates that auto exposure is on and will be set automatically.
- CAMERA_EXPOSUREMODE_MANUAL
- Indicates that auto exposure is on and must be set manually.
- CAMERA_EXPOSUREMODE_NUMEXPOSUREMODES
- Indicates the total number of auto exposure modes.
-
Use camera_get_exposure_modes() to determine which auto exposure modes are supported for the current camera