camera_flashmode_t
The status of the flash that is used by set mode functions in the Camera library.
Synopsis:
#include <camera/camera_api.h>
typedef enum {
CAMERA_FLASH_OFF = 0
CAMERA_FLASH_ON
CAMERA_FLASH_AUTO
} camera_flashmode_t;
Data:
- CAMERA_FLASH_OFF
- Force the flash not to fire.
- CAMERA_FLASH_ON
- Force the flash to fire.
- CAMERA_FLASH_AUTO
- Force the flash to fire as required.