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
The default auto exposure mode.
CAMERA_EXPOSUREMODE_OFF
Auto exposure is off.
CAMERA_EXPOSUREMODE_AUTO
Auto exposure is on and will be set automatically.
CAMERA_EXPOSUREMODE_MANUAL
Exposure is manually set.
CAMERA_EXPOSUREMODE_NUMEXPOSUREMODES
The total number of exposure modes.

Library:

libcamapi

Description:

You can use the camera_get_exposure_modes() function to determine which modes are supported for the current platform and camera.