camera_videolightmode_t
The status of the video light that is used by set-mode functions in the Camera library.
Synopsis:
#include <camera/camera_api.h>
typedef enum {
CAMERA_VIDEOLIGHT_OFF = 0
CAMERA_VIDEOLIGHT_ON
} camera_videolightmode_t;Data:
- CAMERA_VIDEOLIGHT_OFF
- Turn off the video light.
- CAMERA_VIDEOLIGHT_ON
- Turn on the video light.