Example usage for Java android.hardware.camera2 CameraMetadata fields, constructors, methods, implement or subclass
The text is from its open source code.
int | LENS_FACING_FRONT The camera device faces the same direction as the device's screen. |
int | LENS_FACING_BACK The camera device faces the opposite direction as the device's screen. |
int | CONTROL_AE_PRECAPTURE_TRIGGER_START The precapture metering sequence will be started by the camera device. The exact effect of the precapture trigger depends on the current AE mode and state. |
int | CONTROL_AF_MODE_OFF The auto-focus routine does not control the lens; CaptureRequest#LENS_FOCUS_DISTANCE android.lens.focusDistance is controlled by the application. |
int | CONTROL_AF_MODE_AUTO Basic automatic focus mode. In this mode, the lens does not move unless the autofocus trigger action is called. |
int | CONTROL_AF_TRIGGER_IDLE The trigger is idle. |
int | CONTROL_AF_TRIGGER_START Autofocus will trigger now. |
int | CONTROL_AF_TRIGGER_CANCEL Autofocus will return to its initial state, and cancel any currently active trigger. |
int | CONTROL_MODE_OFF Full application control of pipeline. All control by the device's metering and focusing (3A) routines is disabled, and no other settings in android.control.* have any effect, except that CaptureRequest#CONTROL_CAPTURE_INTENT android.control.captureIntent may be used by the camera device to select post-processing values for processing blocks that do not allow for manual control, or are not exposed by the camera API. However, the camera device's 3A routines may continue to collect statistics and update their internal state so that when control is switched to AUTO mode, good control values can be immediately applied. |
int | CONTROL_MODE_AUTO Use settings for each individual 3A routine. Manual control of capture parameters is disabled. |
int | FLASH_MODE_OFF Do not fire the flash for this capture. |
int | STATISTICS_FACE_DETECT_MODE_FULL Return all face metadata. In this mode, face rectangles, scores, landmarks, and face IDs are all valid. |
int | LENS_STATE_MOVING One or several of the lens parameters ( CaptureRequest#LENS_FOCAL_LENGTH android.lens.focalLength , CaptureRequest#LENS_FOCUS_DISTANCE android.lens.focusDistance , CaptureRequest#LENS_FILTER_DENSITY android.lens.filterDensity or CaptureRequest#LENS_APERTURE android.lens.aperture ) is currently changing. |
Class> | getClass() Returns the runtime class of this Object . |