/* * Copyright (C) 2017 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ /* * Autogenerated from camera metadata definitions in * /system/media/camera/docs/metadata_definitions.xml * *** DO NOT EDIT BY HAND *** */ package android.hardware.camera.metadata@3.2; /** * Top level hierarchy definitions for camera metadata. *_INFO sections are for * the static metadata that can be retrived without opening the camera device. */ enum CameraMetadataSection : uint32_t { ANDROID_COLOR_CORRECTION, ANDROID_CONTROL, ANDROID_DEMOSAIC, ANDROID_EDGE, ANDROID_FLASH, ANDROID_FLASH_INFO, ANDROID_HOT_PIXEL, ANDROID_JPEG, ANDROID_LENS, ANDROID_LENS_INFO, ANDROID_NOISE_REDUCTION, ANDROID_QUIRKS, ANDROID_REQUEST, ANDROID_SCALER, ANDROID_SENSOR, ANDROID_SENSOR_INFO, ANDROID_SHADING, ANDROID_STATISTICS, ANDROID_STATISTICS_INFO, ANDROID_TONEMAP, ANDROID_LED, ANDROID_INFO, ANDROID_BLACK_LEVEL, ANDROID_SYNC, ANDROID_REPROCESS, ANDROID_DEPTH, ANDROID_SECTION_COUNT, VENDOR_SECTION = 0x8000, }; /** * Hierarchy positions in enum space. All vendor extension sections must be * defined with tag >= VENDOR_SECTION_START */ enum CameraMetadataSectionStart : uint32_t { ANDROID_COLOR_CORRECTION_START = CameraMetadataSection:ANDROID_COLOR_CORRECTION << 16, ANDROID_CONTROL_START = CameraMetadataSection:ANDROID_CONTROL << 16, ANDROID_DEMOSAIC_START = CameraMetadataSection:ANDROID_DEMOSAIC << 16, ANDROID_EDGE_START = CameraMetadataSection:ANDROID_EDGE << 16, ANDROID_FLASH_START = CameraMetadataSection:ANDROID_FLASH << 16, ANDROID_FLASH_INFO_START = CameraMetadataSection:ANDROID_FLASH_INFO << 16, ANDROID_HOT_PIXEL_START = CameraMetadataSection:ANDROID_HOT_PIXEL << 16, ANDROID_JPEG_START = CameraMetadataSection:ANDROID_JPEG << 16, ANDROID_LENS_START = CameraMetadataSection:ANDROID_LENS << 16, ANDROID_LENS_INFO_START = CameraMetadataSection:ANDROID_LENS_INFO << 16, ANDROID_NOISE_REDUCTION_START = CameraMetadataSection:ANDROID_NOISE_REDUCTION << 16, ANDROID_QUIRKS_START = CameraMetadataSection:ANDROID_QUIRKS << 16, ANDROID_REQUEST_START = CameraMetadataSection:ANDROID_REQUEST << 16, ANDROID_SCALER_START = CameraMetadataSection:ANDROID_SCALER << 16, ANDROID_SENSOR_START = CameraMetadataSection:ANDROID_SENSOR << 16, ANDROID_SENSOR_INFO_START = CameraMetadataSection:ANDROID_SENSOR_INFO << 16, ANDROID_SHADING_START = CameraMetadataSection:ANDROID_SHADING << 16, ANDROID_STATISTICS_START = CameraMetadataSection:ANDROID_STATISTICS << 16, ANDROID_STATISTICS_INFO_START = CameraMetadataSection:ANDROID_STATISTICS_INFO << 16, ANDROID_TONEMAP_START = CameraMetadataSection:ANDROID_TONEMAP << 16, ANDROID_LED_START = CameraMetadataSection:ANDROID_LED << 16, ANDROID_INFO_START = CameraMetadataSection:ANDROID_INFO << 16, ANDROID_BLACK_LEVEL_START = CameraMetadataSection:ANDROID_BLACK_LEVEL << 16, ANDROID_SYNC_START = CameraMetadataSection:ANDROID_SYNC << 16, ANDROID_REPROCESS_START = CameraMetadataSection:ANDROID_REPROCESS << 16, ANDROID_DEPTH_START = CameraMetadataSection:ANDROID_DEPTH << 16, VENDOR_SECTION_START = CameraMetadataSection:VENDOR_SECTION << 16, }; /** * Main enumeration for defining camera metadata tags added in this revision * *
Partial documentation is included for each tag; for complete documentation, reference * '/system/media/camera/docs/docs.html' in the corresponding Android source tree.
*/ enum CameraMetadataTag : uint32_t { /** android.colorCorrection.mode [dynamic, enum, public] * *The mode control selects how the image data is converted from the * sensor's native color into linear sRGB color.
*/ ANDROID_COLOR_CORRECTION_MODE = CameraMetadataSectionStart:ANDROID_COLOR_CORRECTION_START, /** android.colorCorrection.transform [dynamic, rational[], public] * *A color transform matrix to use to transform * from sensor RGB color space to output linear sRGB color space.
*/ ANDROID_COLOR_CORRECTION_TRANSFORM, /** android.colorCorrection.gains [dynamic, float[], public] * *Gains applying to Bayer raw color channels for * white-balance.
*/ ANDROID_COLOR_CORRECTION_GAINS, /** android.colorCorrection.aberrationMode [dynamic, enum, public] * *Mode of operation for the chromatic aberration correction algorithm.
*/ ANDROID_COLOR_CORRECTION_ABERRATION_MODE, /** android.colorCorrection.availableAberrationModes [static, byte[], public] * *List of aberration correction modes for ANDROID_COLOR_CORRECTION_ABERRATION_MODE that are * supported by this camera device.
* * @see ANDROID_COLOR_CORRECTION_ABERRATION_MODE */ ANDROID_COLOR_CORRECTION_AVAILABLE_ABERRATION_MODES, ANDROID_COLOR_CORRECTION_END, /** android.control.aeAntibandingMode [dynamic, enum, public] * *The desired setting for the camera device's auto-exposure * algorithm's antibanding compensation.
*/ ANDROID_CONTROL_AE_ANTIBANDING_MODE = CameraMetadataSectionStart:ANDROID_CONTROL_START, /** android.control.aeExposureCompensation [dynamic, int32, public] * *Adjustment to auto-exposure (AE) target image * brightness.
*/ ANDROID_CONTROL_AE_EXPOSURE_COMPENSATION, /** android.control.aeLock [dynamic, enum, public] * *Whether auto-exposure (AE) is currently locked to its latest * calculated values.
*/ ANDROID_CONTROL_AE_LOCK, /** android.control.aeMode [dynamic, enum, public] * *The desired mode for the camera device's * auto-exposure routine.
*/ ANDROID_CONTROL_AE_MODE, /** android.control.aeRegions [dynamic, int32[], public] * *List of metering areas to use for auto-exposure adjustment.
*/ ANDROID_CONTROL_AE_REGIONS, /** android.control.aeTargetFpsRange [dynamic, int32[], public] * *Range over which the auto-exposure routine can * adjust the capture frame rate to maintain good * exposure.
*/ ANDROID_CONTROL_AE_TARGET_FPS_RANGE, /** android.control.aePrecaptureTrigger [dynamic, enum, public] * *Whether the camera device will trigger a precapture * metering sequence when it processes this request.
*/ ANDROID_CONTROL_AE_PRECAPTURE_TRIGGER, /** android.control.afMode [dynamic, enum, public] * *Whether auto-focus (AF) is currently enabled, and what * mode it is set to.
*/ ANDROID_CONTROL_AF_MODE, /** android.control.afRegions [dynamic, int32[], public] * *List of metering areas to use for auto-focus.
*/ ANDROID_CONTROL_AF_REGIONS, /** android.control.afTrigger [dynamic, enum, public] * *Whether the camera device will trigger autofocus for this request.
*/ ANDROID_CONTROL_AF_TRIGGER, /** android.control.awbLock [dynamic, enum, public] * *Whether auto-white balance (AWB) is currently locked to its * latest calculated values.
*/ ANDROID_CONTROL_AWB_LOCK, /** android.control.awbMode [dynamic, enum, public] * *Whether auto-white balance (AWB) is currently setting the color * transform fields, and what its illumination target * is.
*/ ANDROID_CONTROL_AWB_MODE, /** android.control.awbRegions [dynamic, int32[], public] * *List of metering areas to use for auto-white-balance illuminant * estimation.
*/ ANDROID_CONTROL_AWB_REGIONS, /** android.control.captureIntent [dynamic, enum, public] * *Information to the camera device 3A (auto-exposure, * auto-focus, auto-white balance) routines about the purpose * of this capture, to help the camera device to decide optimal 3A * strategy.
*/ ANDROID_CONTROL_CAPTURE_INTENT, /** android.control.effectMode [dynamic, enum, public] * *A special color effect to apply.
*/ ANDROID_CONTROL_EFFECT_MODE, /** android.control.mode [dynamic, enum, public] * *Overall mode of 3A (auto-exposure, auto-white-balance, auto-focus) control * routines.
*/ ANDROID_CONTROL_MODE, /** android.control.sceneMode [dynamic, enum, public] * *Control for which scene mode is currently active.
*/ ANDROID_CONTROL_SCENE_MODE, /** android.control.videoStabilizationMode [dynamic, enum, public] * *Whether video stabilization is * active.
*/ ANDROID_CONTROL_VIDEO_STABILIZATION_MODE, /** android.control.aeAvailableAntibandingModes [static, byte[], public] * *List of auto-exposure antibanding modes for ANDROID_CONTROL_AE_ANTIBANDING_MODE that are * supported by this camera device.
* * @see ANDROID_CONTROL_AE_ANTIBANDING_MODE */ ANDROID_CONTROL_AE_AVAILABLE_ANTIBANDING_MODES, /** android.control.aeAvailableModes [static, byte[], public] * *List of auto-exposure modes for ANDROID_CONTROL_AE_MODE that are supported by this camera * device.
* * @see ANDROID_CONTROL_AE_MODE */ ANDROID_CONTROL_AE_AVAILABLE_MODES, /** android.control.aeAvailableTargetFpsRanges [static, int32[], public] * *List of frame rate ranges for ANDROID_CONTROL_AE_TARGET_FPS_RANGE supported by * this camera device.
* * @see ANDROID_CONTROL_AE_TARGET_FPS_RANGE */ ANDROID_CONTROL_AE_AVAILABLE_TARGET_FPS_RANGES, /** android.control.aeCompensationRange [static, int32[], public] * *Maximum and minimum exposure compensation values for * ANDROID_CONTROL_AE_EXPOSURE_COMPENSATION, in counts of ANDROID_CONTROL_AE_COMPENSATION_STEP, * that are supported by this camera device.
* * @see ANDROID_CONTROL_AE_COMPENSATION_STEP * @see ANDROID_CONTROL_AE_EXPOSURE_COMPENSATION */ ANDROID_CONTROL_AE_COMPENSATION_RANGE, /** android.control.aeCompensationStep [static, rational, public] * *Smallest step by which the exposure compensation * can be changed.
*/ ANDROID_CONTROL_AE_COMPENSATION_STEP, /** android.control.afAvailableModes [static, byte[], public] * *List of auto-focus (AF) modes for ANDROID_CONTROL_AF_MODE that are * supported by this camera device.
* * @see ANDROID_CONTROL_AF_MODE */ ANDROID_CONTROL_AF_AVAILABLE_MODES, /** android.control.availableEffects [static, byte[], public] * *List of color effects for ANDROID_CONTROL_EFFECT_MODE that are supported by this camera * device.
* * @see ANDROID_CONTROL_EFFECT_MODE */ ANDROID_CONTROL_AVAILABLE_EFFECTS, /** android.control.availableSceneModes [static, byte[], public] * *List of scene modes for ANDROID_CONTROL_SCENE_MODE that are supported by this camera * device.
* * @see ANDROID_CONTROL_SCENE_MODE */ ANDROID_CONTROL_AVAILABLE_SCENE_MODES, /** android.control.availableVideoStabilizationModes [static, byte[], public] * *List of video stabilization modes for ANDROID_CONTROL_VIDEO_STABILIZATION_MODE * that are supported by this camera device.
* * @see ANDROID_CONTROL_VIDEO_STABILIZATION_MODE */ ANDROID_CONTROL_AVAILABLE_VIDEO_STABILIZATION_MODES, /** android.control.awbAvailableModes [static, byte[], public] * *List of auto-white-balance modes for ANDROID_CONTROL_AWB_MODE that are supported by this * camera device.
* * @see ANDROID_CONTROL_AWB_MODE */ ANDROID_CONTROL_AWB_AVAILABLE_MODES, /** android.control.maxRegions [static, int32[], ndk_public] * *List of the maximum number of regions that can be used for metering in * auto-exposure (AE), auto-white balance (AWB), and auto-focus (AF); * this corresponds to the maximum number of elements in * ANDROID_CONTROL_AE_REGIONS, ANDROID_CONTROL_AWB_REGIONS, * and ANDROID_CONTROL_AF_REGIONS.
* * @see ANDROID_CONTROL_AE_REGIONS * @see ANDROID_CONTROL_AF_REGIONS * @see ANDROID_CONTROL_AWB_REGIONS */ ANDROID_CONTROL_MAX_REGIONS, /** android.control.sceneModeOverrides [static, byte[], system] * *Ordered list of auto-exposure, auto-white balance, and auto-focus * settings to use with each available scene mode.
*/ ANDROID_CONTROL_SCENE_MODE_OVERRIDES, /** android.control.aePrecaptureId [dynamic, int32, system] * *The ID sent with the latest * CAMERA2_TRIGGER_PRECAPTURE_METERING call
*/ ANDROID_CONTROL_AE_PRECAPTURE_ID, /** android.control.aeState [dynamic, enum, public] * *Current state of the auto-exposure (AE) algorithm.
*/ ANDROID_CONTROL_AE_STATE, /** android.control.afState [dynamic, enum, public] * *Current state of auto-focus (AF) algorithm.
*/ ANDROID_CONTROL_AF_STATE, /** android.control.afTriggerId [dynamic, int32, system] * *The ID sent with the latest * CAMERA2_TRIGGER_AUTOFOCUS call
*/ ANDROID_CONTROL_AF_TRIGGER_ID, /** android.control.awbState [dynamic, enum, public] * *Current state of auto-white balance (AWB) algorithm.
*/ ANDROID_CONTROL_AWB_STATE, /** android.control.availableHighSpeedVideoConfigurations [static, int32[], hidden] * *List of available high speed video size, fps range and max batch size configurations * supported by the camera device, in the format of (width, height, fps_min, fps_max, batch_size_max).
*/ ANDROID_CONTROL_AVAILABLE_HIGH_SPEED_VIDEO_CONFIGURATIONS, /** android.control.aeLockAvailable [static, enum, public] * *Whether the camera device supports ANDROID_CONTROL_AE_LOCK
* * @see ANDROID_CONTROL_AE_LOCK */ ANDROID_CONTROL_AE_LOCK_AVAILABLE, /** android.control.awbLockAvailable [static, enum, public] * *Whether the camera device supports ANDROID_CONTROL_AWB_LOCK
* * @see ANDROID_CONTROL_AWB_LOCK */ ANDROID_CONTROL_AWB_LOCK_AVAILABLE, /** android.control.availableModes [static, byte[], public] * *List of control modes for ANDROID_CONTROL_MODE that are supported by this camera * device.
* * @see ANDROID_CONTROL_MODE */ ANDROID_CONTROL_AVAILABLE_MODES, /** android.control.postRawSensitivityBoostRange [static, int32[], public] * *Range of boosts for ANDROID_CONTROL_POST_RAW_SENSITIVITY_BOOST supported * by this camera device.
* * @see ANDROID_CONTROL_POST_RAW_SENSITIVITY_BOOST */ ANDROID_CONTROL_POST_RAW_SENSITIVITY_BOOST_RANGE, /** android.control.postRawSensitivityBoost [dynamic, int32, public] * *The amount of additional sensitivity boost applied to output images * after RAW sensor data is captured.
*/ ANDROID_CONTROL_POST_RAW_SENSITIVITY_BOOST, /** android.control.enableZsl [dynamic, enum, public] * *Allow camera device to enable zero-shutter-lag mode for requests with * ANDROID_CONTROL_CAPTURE_INTENT == STILL_CAPTURE.
* * @see ANDROID_CONTROL_CAPTURE_INTENT */ ANDROID_CONTROL_ENABLE_ZSL, ANDROID_CONTROL_END, /** android.demosaic.mode [controls, enum, system] * *Controls the quality of the demosaicing * processing.
*/ ANDROID_DEMOSAIC_MODE = CameraMetadataSectionStart:ANDROID_DEMOSAIC_START, ANDROID_DEMOSAIC_END, /** android.edge.mode [dynamic, enum, public] * *Operation mode for edge * enhancement.
*/ ANDROID_EDGE_MODE = CameraMetadataSectionStart:ANDROID_EDGE_START, /** android.edge.strength [controls, byte, system] * *Control the amount of edge enhancement * applied to the images
*/ ANDROID_EDGE_STRENGTH, /** android.edge.availableEdgeModes [static, byte[], public] * *List of edge enhancement modes for ANDROID_EDGE_MODE that are supported by this camera * device.
* * @see ANDROID_EDGE_MODE */ ANDROID_EDGE_AVAILABLE_EDGE_MODES, ANDROID_EDGE_END, /** android.flash.firingPower [dynamic, byte, system] * *Power for flash firing/torch
*/ ANDROID_FLASH_FIRING_POWER = CameraMetadataSectionStart:ANDROID_FLASH_START, /** android.flash.firingTime [dynamic, int64, system] * *Firing time of flash relative to start of * exposure
*/ ANDROID_FLASH_FIRING_TIME, /** android.flash.mode [dynamic, enum, public] * *The desired mode for for the camera device's flash control.
*/ ANDROID_FLASH_MODE, /** android.flash.colorTemperature [static, byte, system] * *The x,y whitepoint of the * flash
*/ ANDROID_FLASH_COLOR_TEMPERATURE, /** android.flash.maxEnergy [static, byte, system] * *Max energy output of the flash for a full * power single flash
*/ ANDROID_FLASH_MAX_ENERGY, /** android.flash.state [dynamic, enum, public] * *Current state of the flash * unit.
*/ ANDROID_FLASH_STATE, ANDROID_FLASH_END, /** android.flash.info.available [static, enum, public] * *Whether this camera device has a * flash unit.
*/ ANDROID_FLASH_INFO_AVAILABLE = CameraMetadataSectionStart:ANDROID_FLASH_INFO_START, /** android.flash.info.chargeDuration [static, int64, system] * *Time taken before flash can fire * again
*/ ANDROID_FLASH_INFO_CHARGE_DURATION, ANDROID_FLASH_INFO_END, /** android.hotPixel.mode [dynamic, enum, public] * *Operational mode for hot pixel correction.
*/ ANDROID_HOT_PIXEL_MODE = CameraMetadataSectionStart:ANDROID_HOT_PIXEL_START, /** android.hotPixel.availableHotPixelModes [static, byte[], public] * *List of hot pixel correction modes for ANDROID_HOT_PIXEL_MODE that are supported by this * camera device.
* * @see ANDROID_HOT_PIXEL_MODE */ ANDROID_HOT_PIXEL_AVAILABLE_HOT_PIXEL_MODES, ANDROID_HOT_PIXEL_END, /** android.jpeg.gpsCoordinates [dynamic, double[], ndk_public] * *GPS coordinates to include in output JPEG * EXIF.
*/ ANDROID_JPEG_GPS_COORDINATES = CameraMetadataSectionStart:ANDROID_JPEG_START, /** android.jpeg.gpsProcessingMethod [dynamic, byte, ndk_public] * *32 characters describing GPS algorithm to * include in EXIF.
*/ ANDROID_JPEG_GPS_PROCESSING_METHOD, /** android.jpeg.gpsTimestamp [dynamic, int64, ndk_public] * *Time GPS fix was made to include in * EXIF.
*/ ANDROID_JPEG_GPS_TIMESTAMP, /** android.jpeg.orientation [dynamic, int32, public] * *The orientation for a JPEG image.
*/ ANDROID_JPEG_ORIENTATION, /** android.jpeg.quality [dynamic, byte, public] * *Compression quality of the final JPEG * image.
*/ ANDROID_JPEG_QUALITY, /** android.jpeg.thumbnailQuality [dynamic, byte, public] * *Compression quality of JPEG * thumbnail.
*/ ANDROID_JPEG_THUMBNAIL_QUALITY, /** android.jpeg.thumbnailSize [dynamic, int32[], public] * *Resolution of embedded JPEG thumbnail.
*/ ANDROID_JPEG_THUMBNAIL_SIZE, /** android.jpeg.availableThumbnailSizes [static, int32[], public] * *List of JPEG thumbnail sizes for ANDROID_JPEG_THUMBNAIL_SIZE supported by this * camera device.
* * @see ANDROID_JPEG_THUMBNAIL_SIZE */ ANDROID_JPEG_AVAILABLE_THUMBNAIL_SIZES, /** android.jpeg.maxSize [static, int32, system] * *Maximum size in bytes for the compressed * JPEG buffer, in default sensor pixel mode (see ANDROID_SENSOR_PIXEL_MODE)
* * @see ANDROID_SENSOR_PIXEL_MODE */ ANDROID_JPEG_MAX_SIZE, /** android.jpeg.size [dynamic, int32, system] * *The size of the compressed JPEG image, in * bytes
*/ ANDROID_JPEG_SIZE, ANDROID_JPEG_END, /** android.lens.aperture [dynamic, float, public] * *The desired lens aperture size, as a ratio of lens focal length to the * effective aperture diameter.
*/ ANDROID_LENS_APERTURE = CameraMetadataSectionStart:ANDROID_LENS_START, /** android.lens.filterDensity [dynamic, float, public] * *The desired setting for the lens neutral density filter(s).
*/ ANDROID_LENS_FILTER_DENSITY, /** android.lens.focalLength [dynamic, float, public] * *The desired lens focal length; used for optical zoom.
*/ ANDROID_LENS_FOCAL_LENGTH, /** android.lens.focusDistance [dynamic, float, public] * *Desired distance to plane of sharpest focus, * measured from frontmost surface of the lens.
*/ ANDROID_LENS_FOCUS_DISTANCE, /** android.lens.opticalStabilizationMode [dynamic, enum, public] * *Sets whether the camera device uses optical image stabilization (OIS) * when capturing images.
*/ ANDROID_LENS_OPTICAL_STABILIZATION_MODE, /** android.lens.facing [static, enum, public] * *Direction the camera faces relative to * device screen.
*/ ANDROID_LENS_FACING, /** android.lens.poseRotation [dynamic, float[], public] * *The orientation of the camera relative to the sensor * coordinate system.
*/ ANDROID_LENS_POSE_ROTATION, /** android.lens.poseTranslation [dynamic, float[], public] * *Position of the camera optical center.
*/ ANDROID_LENS_POSE_TRANSLATION, /** android.lens.focusRange [dynamic, float[], public] * *The range of scene distances that are in * sharp focus (depth of field).
*/ ANDROID_LENS_FOCUS_RANGE, /** android.lens.state [dynamic, enum, public] * *Current lens status.
*/ ANDROID_LENS_STATE, /** android.lens.intrinsicCalibration [dynamic, float[], public] * *The parameters for this camera device's intrinsic * calibration.
*/ ANDROID_LENS_INTRINSIC_CALIBRATION, /** android.lens.radialDistortion [dynamic, float[], public] * *The correction coefficients to correct for this camera device's * radial and tangential lens distortion.
*/ ANDROID_LENS_RADIAL_DISTORTION, ANDROID_LENS_END, /** android.lens.info.availableApertures [static, float[], public] * *List of aperture size values for ANDROID_LENS_APERTURE that are * supported by this camera device.
* * @see ANDROID_LENS_APERTURE */ ANDROID_LENS_INFO_AVAILABLE_APERTURES = CameraMetadataSectionStart:ANDROID_LENS_INFO_START, /** android.lens.info.availableFilterDensities [static, float[], public] * *List of neutral density filter values for * ANDROID_LENS_FILTER_DENSITY that are supported by this camera device.
* * @see ANDROID_LENS_FILTER_DENSITY */ ANDROID_LENS_INFO_AVAILABLE_FILTER_DENSITIES, /** android.lens.info.availableFocalLengths [static, float[], public] * *List of focal lengths for ANDROID_LENS_FOCAL_LENGTH that are supported by this camera * device.
* * @see ANDROID_LENS_FOCAL_LENGTH */ ANDROID_LENS_INFO_AVAILABLE_FOCAL_LENGTHS, /** android.lens.info.availableOpticalStabilization [static, byte[], public] * *List of optical image stabilization (OIS) modes for * ANDROID_LENS_OPTICAL_STABILIZATION_MODE that are supported by this camera device.
* * @see ANDROID_LENS_OPTICAL_STABILIZATION_MODE */ ANDROID_LENS_INFO_AVAILABLE_OPTICAL_STABILIZATION, /** android.lens.info.hyperfocalDistance [static, float, public] * *Hyperfocal distance for this lens.
*/ ANDROID_LENS_INFO_HYPERFOCAL_DISTANCE, /** android.lens.info.minimumFocusDistance [static, float, public] * *Shortest distance from frontmost surface * of the lens that can be brought into sharp focus.
*/ ANDROID_LENS_INFO_MINIMUM_FOCUS_DISTANCE, /** android.lens.info.shadingMapSize [static, int32[], ndk_public] * *Dimensions of lens shading map.
*/ ANDROID_LENS_INFO_SHADING_MAP_SIZE, /** android.lens.info.focusDistanceCalibration [static, enum, public] * *The lens focus distance calibration quality.
*/ ANDROID_LENS_INFO_FOCUS_DISTANCE_CALIBRATION, ANDROID_LENS_INFO_END, /** android.noiseReduction.mode [dynamic, enum, public] * *Mode of operation for the noise reduction algorithm.
*/ ANDROID_NOISE_REDUCTION_MODE = CameraMetadataSectionStart:ANDROID_NOISE_REDUCTION_START, /** android.noiseReduction.strength [controls, byte, system] * *Control the amount of noise reduction * applied to the images
*/ ANDROID_NOISE_REDUCTION_STRENGTH, /** android.noiseReduction.availableNoiseReductionModes [static, byte[], public] * *List of noise reduction modes for ANDROID_NOISE_REDUCTION_MODE that are supported * by this camera device.
* * @see ANDROID_NOISE_REDUCTION_MODE */ ANDROID_NOISE_REDUCTION_AVAILABLE_NOISE_REDUCTION_MODES, ANDROID_NOISE_REDUCTION_END, /** android.quirks.meteringCropRegion [static, byte, system] * *If set to 1, the camera service does not * scale 'normalized' coordinates with respect to the crop * region. This applies to metering input (a{e,f,wb}Region * and output (face rectangles).
*/ ANDROID_QUIRKS_METERING_CROP_REGION = CameraMetadataSectionStart:ANDROID_QUIRKS_START, /** android.quirks.triggerAfWithAuto [static, byte, system] * *If set to 1, then the camera service always * switches to FOCUS_MODE_AUTO before issuing a AF * trigger.
*/ ANDROID_QUIRKS_TRIGGER_AF_WITH_AUTO, /** android.quirks.useZslFormat [static, byte, system] * *If set to 1, the camera service uses * CAMERA2_PIXEL_FORMAT_ZSL instead of * HAL_PIXEL_FORMAT_IMPLEMENTATION_DEFINED for the zero * shutter lag stream
*/ ANDROID_QUIRKS_USE_ZSL_FORMAT, /** android.quirks.usePartialResult [static, byte, hidden] * *If set to 1, the HAL will always split result * metadata for a single capture into multiple buffers, * returned using multiple process_capture_result calls.
*/ ANDROID_QUIRKS_USE_PARTIAL_RESULT, /** android.quirks.partialResult [dynamic, enum, hidden] * *Whether a result given to the framework is the * final one for the capture, or only a partial that contains a * subset of the full set of dynamic metadata * values.
*/ ANDROID_QUIRKS_PARTIAL_RESULT, ANDROID_QUIRKS_END, /** android.request.frameCount [dynamic, int32, hidden] * *A frame counter set by the framework. This value monotonically * increases with every new result (that is, each new result has a unique * frameCount value).
*/ ANDROID_REQUEST_FRAME_COUNT = CameraMetadataSectionStart:ANDROID_REQUEST_START, /** android.request.id [dynamic, int32, hidden] * *An application-specified ID for the current * request. Must be maintained unchanged in output * frame
*/ ANDROID_REQUEST_ID, /** android.request.inputStreams [controls, int32[], system] * *List which camera reprocess stream is used * for the source of reprocessing data.
*/ ANDROID_REQUEST_INPUT_STREAMS, /** android.request.metadataMode [dynamic, enum, system] * *How much metadata to produce on * output
*/ ANDROID_REQUEST_METADATA_MODE, /** android.request.outputStreams [dynamic, int32[], system] * *Lists which camera output streams image data * from this capture must be sent to
*/ ANDROID_REQUEST_OUTPUT_STREAMS, /** android.request.type [controls, enum, system] * *The type of the request; either CAPTURE or * REPROCESS. For legacy HAL3, this tag is redundant.
*/ ANDROID_REQUEST_TYPE, /** android.request.maxNumOutputStreams [static, int32[], ndk_public] * *The maximum numbers of different types of output streams * that can be configured and used simultaneously by a camera device.
*/ ANDROID_REQUEST_MAX_NUM_OUTPUT_STREAMS, /** android.request.maxNumReprocessStreams [static, int32[], system] * *How many reprocessing streams of any type * can be allocated at the same time.
*/ ANDROID_REQUEST_MAX_NUM_REPROCESS_STREAMS, /** android.request.maxNumInputStreams [static, int32, java_public] * *The maximum numbers of any type of input streams * that can be configured and used simultaneously by a camera device.
*/ ANDROID_REQUEST_MAX_NUM_INPUT_STREAMS, /** android.request.pipelineDepth [dynamic, byte, public] * *Specifies the number of pipeline stages the frame went * through from when it was exposed to when the final completed result * was available to the framework.
*/ ANDROID_REQUEST_PIPELINE_DEPTH, /** android.request.pipelineMaxDepth [static, byte, public] * *Specifies the number of maximum pipeline stages a frame * has to go through from when it's exposed to when it's available * to the framework.
*/ ANDROID_REQUEST_PIPELINE_MAX_DEPTH, /** android.request.partialResultCount [static, int32, public] * *Defines how many sub-components * a result will be composed of.
*/ ANDROID_REQUEST_PARTIAL_RESULT_COUNT, /** android.request.availableCapabilities [static, enum[], public] * *List of capabilities that this camera device * advertises as fully supporting.
*/ ANDROID_REQUEST_AVAILABLE_CAPABILITIES, /** android.request.availableRequestKeys [static, int32[], ndk_public] * *A list of all keys that the camera device has available * to use with {@link ACaptureRequest }.
*/ ANDROID_REQUEST_AVAILABLE_REQUEST_KEYS, /** android.request.availableResultKeys [static, int32[], ndk_public] * *A list of all keys that the camera device has available to use with {@link ACameraCaptureSession_captureCallback_result }.
*/ ANDROID_REQUEST_AVAILABLE_RESULT_KEYS, /** android.request.availableCharacteristicsKeys [static, int32[], ndk_public] * *A list of all keys that the camera device has available to use with {@link ACameraManager_getCameraCharacteristics }.
*/ ANDROID_REQUEST_AVAILABLE_CHARACTERISTICS_KEYS, ANDROID_REQUEST_END, /** android.scaler.cropRegion [dynamic, int32[], public] * *The desired region of the sensor to read out for this capture.
*/ ANDROID_SCALER_CROP_REGION = CameraMetadataSectionStart:ANDROID_SCALER_START, /** android.scaler.availableFormats [static, enum[], hidden] * *The list of image formats that are supported by this * camera device for output streams.
*/ ANDROID_SCALER_AVAILABLE_FORMATS, /** android.scaler.availableJpegMinDurations [static, int64[], hidden] * *The minimum frame duration that is supported * for each resolution in ANDROID_SCALER_AVAILABLE_JPEG_SIZES.
* * @see ANDROID_SCALER_AVAILABLE_JPEG_SIZES */ ANDROID_SCALER_AVAILABLE_JPEG_MIN_DURATIONS, /** android.scaler.availableJpegSizes [static, int32[], hidden] * *The JPEG resolutions that are supported by this camera device.
*/ ANDROID_SCALER_AVAILABLE_JPEG_SIZES, /** android.scaler.availableMaxDigitalZoom [static, float, public] * *The maximum ratio between both active area width * and crop region width, and active area height and * crop region height, for ANDROID_SCALER_CROP_REGION.
* * @see ANDROID_SCALER_CROP_REGION */ ANDROID_SCALER_AVAILABLE_MAX_DIGITAL_ZOOM, /** android.scaler.availableProcessedMinDurations [static, int64[], hidden] * *For each available processed output size (defined in * ANDROID_SCALER_AVAILABLE_PROCESSED_SIZES), this property lists the * minimum supportable frame duration for that size.
* * @see ANDROID_SCALER_AVAILABLE_PROCESSED_SIZES */ ANDROID_SCALER_AVAILABLE_PROCESSED_MIN_DURATIONS, /** android.scaler.availableProcessedSizes [static, int32[], hidden] * *The resolutions available for use with * processed output streams, such as YV12, NV12, and * platform opaque YUV/RGB streams to the GPU or video * encoders.
*/ ANDROID_SCALER_AVAILABLE_PROCESSED_SIZES, /** android.scaler.availableRawMinDurations [static, int64[], system] * *For each available raw output size (defined in * ANDROID_SCALER_AVAILABLE_RAW_SIZES), this property lists the minimum * supportable frame duration for that size.
* * @see ANDROID_SCALER_AVAILABLE_RAW_SIZES */ ANDROID_SCALER_AVAILABLE_RAW_MIN_DURATIONS, /** android.scaler.availableRawSizes [static, int32[], system] * *The resolutions available for use with raw * sensor output streams, listed as width, * height
*/ ANDROID_SCALER_AVAILABLE_RAW_SIZES, /** android.scaler.availableInputOutputFormatsMap [static, int32, hidden] * *The mapping of image formats that are supported by this * camera device for input streams, to their corresponding output formats.
*/ ANDROID_SCALER_AVAILABLE_INPUT_OUTPUT_FORMATS_MAP, /** android.scaler.availableStreamConfigurations [static, enum[], ndk_public] * *The available stream configurations that this * camera device supports * (i.e. format, width, height, output/input stream).
*/ ANDROID_SCALER_AVAILABLE_STREAM_CONFIGURATIONS, /** android.scaler.availableMinFrameDurations [static, int64[], ndk_public] * *This lists the minimum frame duration for each * format/size combination.
*/ ANDROID_SCALER_AVAILABLE_MIN_FRAME_DURATIONS, /** android.scaler.availableStallDurations [static, int64[], ndk_public] * *This lists the maximum stall duration for each * output format/size combination.
*/ ANDROID_SCALER_AVAILABLE_STALL_DURATIONS, /** android.scaler.croppingType [static, enum, public] * *The crop type that this camera device supports.
*/ ANDROID_SCALER_CROPPING_TYPE, ANDROID_SCALER_END, /** android.sensor.exposureTime [dynamic, int64, public] * *Duration each pixel is exposed to * light.
*/ ANDROID_SENSOR_EXPOSURE_TIME = CameraMetadataSectionStart:ANDROID_SENSOR_START, /** android.sensor.frameDuration [dynamic, int64, public] * *Duration from start of frame exposure to * start of next frame exposure.
*/ ANDROID_SENSOR_FRAME_DURATION, /** android.sensor.sensitivity [dynamic, int32, public] * *The amount of gain applied to sensor data * before processing.
*/ ANDROID_SENSOR_SENSITIVITY, /** android.sensor.referenceIlluminant1 [static, enum, public] * *The standard reference illuminant used as the scene light source when * calculating the ANDROID_SENSOR_COLOR_TRANSFORM1, * ANDROID_SENSOR_CALIBRATION_TRANSFORM1, and * ANDROID_SENSOR_FORWARD_MATRIX1 matrices.
* * @see ANDROID_SENSOR_CALIBRATION_TRANSFORM1 * @see ANDROID_SENSOR_COLOR_TRANSFORM1 * @see ANDROID_SENSOR_FORWARD_MATRIX1 */ ANDROID_SENSOR_REFERENCE_ILLUMINANT1, /** android.sensor.referenceIlluminant2 [static, byte, public] * *The standard reference illuminant used as the scene light source when * calculating the ANDROID_SENSOR_COLOR_TRANSFORM2, * ANDROID_SENSOR_CALIBRATION_TRANSFORM2, and * ANDROID_SENSOR_FORWARD_MATRIX2 matrices.
* * @see ANDROID_SENSOR_CALIBRATION_TRANSFORM2 * @see ANDROID_SENSOR_COLOR_TRANSFORM2 * @see ANDROID_SENSOR_FORWARD_MATRIX2 */ ANDROID_SENSOR_REFERENCE_ILLUMINANT2, /** android.sensor.calibrationTransform1 [static, rational[], public] * *A per-device calibration transform matrix that maps from the * reference sensor colorspace to the actual device sensor colorspace.
*/ ANDROID_SENSOR_CALIBRATION_TRANSFORM1, /** android.sensor.calibrationTransform2 [static, rational[], public] * *A per-device calibration transform matrix that maps from the * reference sensor colorspace to the actual device sensor colorspace * (this is the colorspace of the raw buffer data).
*/ ANDROID_SENSOR_CALIBRATION_TRANSFORM2, /** android.sensor.colorTransform1 [static, rational[], public] * *A matrix that transforms color values from CIE XYZ color space to * reference sensor color space.
*/ ANDROID_SENSOR_COLOR_TRANSFORM1, /** android.sensor.colorTransform2 [static, rational[], public] * *A matrix that transforms color values from CIE XYZ color space to * reference sensor color space.
*/ ANDROID_SENSOR_COLOR_TRANSFORM2, /** android.sensor.forwardMatrix1 [static, rational[], public] * *A matrix that transforms white balanced camera colors from the reference * sensor colorspace to the CIE XYZ colorspace with a D50 whitepoint.
*/ ANDROID_SENSOR_FORWARD_MATRIX1, /** android.sensor.forwardMatrix2 [static, rational[], public] * *A matrix that transforms white balanced camera colors from the reference * sensor colorspace to the CIE XYZ colorspace with a D50 whitepoint.
*/ ANDROID_SENSOR_FORWARD_MATRIX2, /** android.sensor.baseGainFactor [static, rational, system] * *Gain factor from electrons to raw units when * ISO=100
*/ ANDROID_SENSOR_BASE_GAIN_FACTOR, /** android.sensor.blackLevelPattern [static, int32[], public] * *A fixed black level offset for each of the color filter arrangement * (CFA) mosaic channels.
*/ ANDROID_SENSOR_BLACK_LEVEL_PATTERN, /** android.sensor.maxAnalogSensitivity [static, int32, public] * *Maximum sensitivity that is implemented * purely through analog gain.
*/ ANDROID_SENSOR_MAX_ANALOG_SENSITIVITY, /** android.sensor.orientation [static, int32, public] * *Clockwise angle through which the output image needs to be rotated to be * upright on the device screen in its native orientation.
*/ ANDROID_SENSOR_ORIENTATION, /** android.sensor.profileHueSatMapDimensions [static, int32[], system] * *The number of input samples for each dimension of * ANDROID_SENSOR_PROFILE_HUE_SAT_MAP.
* * @see ANDROID_SENSOR_PROFILE_HUE_SAT_MAP */ ANDROID_SENSOR_PROFILE_HUE_SAT_MAP_DIMENSIONS, /** android.sensor.timestamp [dynamic, int64, public] * *Time at start of exposure of first * row of the image sensor active array, in nanoseconds.
*/ ANDROID_SENSOR_TIMESTAMP, /** android.sensor.temperature [dynamic, float, system] * *The temperature of the sensor, sampled at the time * exposure began for this frame.
*The thermal diode being queried should be inside the sensor PCB, or * somewhere close to it.
*/ ANDROID_SENSOR_TEMPERATURE, /** android.sensor.neutralColorPoint [dynamic, rational[], public] * *The estimated camera neutral color in the native sensor colorspace at * the time of capture.
*/ ANDROID_SENSOR_NEUTRAL_COLOR_POINT, /** android.sensor.noiseProfile [dynamic, double[], public] * *Noise model coefficients for each CFA mosaic channel.
*/ ANDROID_SENSOR_NOISE_PROFILE, /** android.sensor.profileHueSatMap [dynamic, float[], system] * *A mapping containing a hue shift, saturation scale, and value scale * for each pixel.
*/ ANDROID_SENSOR_PROFILE_HUE_SAT_MAP, /** android.sensor.profileToneCurve [dynamic, float[], system] * *A list of x,y samples defining a tone-mapping curve for gamma adjustment.
*/ ANDROID_SENSOR_PROFILE_TONE_CURVE, /** android.sensor.greenSplit [dynamic, float, public] * *The worst-case divergence between Bayer green channels.
*/ ANDROID_SENSOR_GREEN_SPLIT, /** android.sensor.testPatternData [dynamic, int32[], public] * *A pixel [R, G_even, G_odd, B]
that supplies the test pattern
* when ANDROID_SENSOR_TEST_PATTERN_MODE is SOLID_COLOR.
When enabled, the sensor sends a test pattern instead of * doing a real exposure from the camera.
*/ ANDROID_SENSOR_TEST_PATTERN_MODE, /** android.sensor.availableTestPatternModes [static, int32[], public] * *List of sensor test pattern modes for ANDROID_SENSOR_TEST_PATTERN_MODE * supported by this camera device.
* * @see ANDROID_SENSOR_TEST_PATTERN_MODE */ ANDROID_SENSOR_AVAILABLE_TEST_PATTERN_MODES, /** android.sensor.rollingShutterSkew [dynamic, int64, public] * *Duration between the start of exposure for the first row of the image sensor, * and the start of exposure for one past the last row of the image sensor.
*/ ANDROID_SENSOR_ROLLING_SHUTTER_SKEW, /** android.sensor.opticalBlackRegions [static, int32[], public] * *List of disjoint rectangles indicating the sensor * optically shielded black pixel regions.
*/ ANDROID_SENSOR_OPTICAL_BLACK_REGIONS, /** android.sensor.dynamicBlackLevel [dynamic, float[], public] * *A per-frame dynamic black level offset for each of the color filter * arrangement (CFA) mosaic channels.
*/ ANDROID_SENSOR_DYNAMIC_BLACK_LEVEL, /** android.sensor.dynamicWhiteLevel [dynamic, int32, public] * *Maximum raw value output by sensor for this frame.
*/ ANDROID_SENSOR_DYNAMIC_WHITE_LEVEL, /** android.sensor.opaqueRawSize [static, int32[], system] * *Size in bytes for all the listed opaque RAW buffer sizes
*/ ANDROID_SENSOR_OPAQUE_RAW_SIZE, ANDROID_SENSOR_END, /** android.sensor.info.activeArraySize [static, int32[], public] * *The area of the image sensor which corresponds to active pixels after any geometric * distortion correction has been applied.
*/ ANDROID_SENSOR_INFO_ACTIVE_ARRAY_SIZE = CameraMetadataSectionStart:ANDROID_SENSOR_INFO_START, /** android.sensor.info.sensitivityRange [static, int32[], public] * *Range of sensitivities for ANDROID_SENSOR_SENSITIVITY supported by this * camera device.
* * @see ANDROID_SENSOR_SENSITIVITY */ ANDROID_SENSOR_INFO_SENSITIVITY_RANGE, /** android.sensor.info.colorFilterArrangement [static, enum, public] * *The arrangement of color filters on sensor; * represents the colors in the top-left 2x2 section of * the sensor, in reading order, for a Bayer camera, or the * light spectrum it captures for MONOCHROME camera.
*/ ANDROID_SENSOR_INFO_COLOR_FILTER_ARRANGEMENT, /** android.sensor.info.exposureTimeRange [static, int64[], public] * *The range of image exposure times for ANDROID_SENSOR_EXPOSURE_TIME supported * by this camera device.
* * @see ANDROID_SENSOR_EXPOSURE_TIME */ ANDROID_SENSOR_INFO_EXPOSURE_TIME_RANGE, /** android.sensor.info.maxFrameDuration [static, int64, public] * *The maximum possible frame duration (minimum frame rate) for * ANDROID_SENSOR_FRAME_DURATION that is supported this camera device.
* * @see ANDROID_SENSOR_FRAME_DURATION */ ANDROID_SENSOR_INFO_MAX_FRAME_DURATION, /** android.sensor.info.physicalSize [static, float[], public] * *The physical dimensions of the full pixel * array.
*/ ANDROID_SENSOR_INFO_PHYSICAL_SIZE, /** android.sensor.info.pixelArraySize [static, int32[], public] * *Dimensions of the full pixel array, possibly * including black calibration pixels.
*/ ANDROID_SENSOR_INFO_PIXEL_ARRAY_SIZE, /** android.sensor.info.whiteLevel [static, int32, public] * *Maximum raw value output by sensor.
*/ ANDROID_SENSOR_INFO_WHITE_LEVEL, /** android.sensor.info.timestampSource [static, enum, public] * *The time base source for sensor capture start timestamps.
*/ ANDROID_SENSOR_INFO_TIMESTAMP_SOURCE, /** android.sensor.info.lensShadingApplied [static, enum, public] * *Whether the RAW images output from this camera device are subject to * lens shading correction.
*/ ANDROID_SENSOR_INFO_LENS_SHADING_APPLIED, /** android.sensor.info.preCorrectionActiveArraySize [static, int32[], public] * *The area of the image sensor which corresponds to active pixels prior to the * application of any geometric distortion correction.
*/ ANDROID_SENSOR_INFO_PRE_CORRECTION_ACTIVE_ARRAY_SIZE, ANDROID_SENSOR_INFO_END, /** android.shading.mode [dynamic, enum, public] * *Quality of lens shading correction applied * to the image data.
*/ ANDROID_SHADING_MODE = CameraMetadataSectionStart:ANDROID_SHADING_START, /** android.shading.strength [controls, byte, system] * *Control the amount of shading correction * applied to the images
*/ ANDROID_SHADING_STRENGTH, /** android.shading.availableModes [static, byte[], public] * *List of lens shading modes for ANDROID_SHADING_MODE that are supported by this camera device.
* * @see ANDROID_SHADING_MODE */ ANDROID_SHADING_AVAILABLE_MODES, ANDROID_SHADING_END, /** android.statistics.faceDetectMode [dynamic, enum, public] * *Operating mode for the face detector * unit.
*/ ANDROID_STATISTICS_FACE_DETECT_MODE = CameraMetadataSectionStart:ANDROID_STATISTICS_START, /** android.statistics.histogramMode [dynamic, enum, system] * *Operating mode for histogram * generation
*/ ANDROID_STATISTICS_HISTOGRAM_MODE, /** android.statistics.sharpnessMapMode [dynamic, enum, system] * *Operating mode for sharpness map * generation
*/ ANDROID_STATISTICS_SHARPNESS_MAP_MODE, /** android.statistics.hotPixelMapMode [dynamic, enum, public] * *Operating mode for hot pixel map generation.
*/ ANDROID_STATISTICS_HOT_PIXEL_MAP_MODE, /** android.statistics.faceIds [dynamic, int32[], ndk_public] * *List of unique IDs for detected faces.
*/ ANDROID_STATISTICS_FACE_IDS, /** android.statistics.faceLandmarks [dynamic, int32[], ndk_public] * *List of landmarks for detected * faces.
*/ ANDROID_STATISTICS_FACE_LANDMARKS, /** android.statistics.faceRectangles [dynamic, int32[], ndk_public] * *List of the bounding rectangles for detected * faces.
*/ ANDROID_STATISTICS_FACE_RECTANGLES, /** android.statistics.faceScores [dynamic, byte[], ndk_public] * *List of the face confidence scores for * detected faces
*/ ANDROID_STATISTICS_FACE_SCORES, /** android.statistics.histogram [dynamic, int32[], system] * *A 3-channel histogram based on the raw * sensor data
*/ ANDROID_STATISTICS_HISTOGRAM, /** android.statistics.sharpnessMap [dynamic, int32[], system] * *A 3-channel sharpness map, based on the raw * sensor data
*/ ANDROID_STATISTICS_SHARPNESS_MAP, /** android.statistics.lensShadingCorrectionMap [dynamic, byte, java_public] * *The shading map is a low-resolution floating-point map * that lists the coefficients used to correct for vignetting, for each * Bayer color channel.
*/ ANDROID_STATISTICS_LENS_SHADING_CORRECTION_MAP, /** android.statistics.lensShadingMap [dynamic, float[], ndk_public] * *The shading map is a low-resolution floating-point map * that lists the coefficients used to correct for vignetting and color shading, * for each Bayer color channel of RAW image data.
*/ ANDROID_STATISTICS_LENS_SHADING_MAP, /** android.statistics.predictedColorGains [dynamic, float[], hidden] * *The best-fit color channel gains calculated * by the camera device's statistics units for the current output frame.
*/ ANDROID_STATISTICS_PREDICTED_COLOR_GAINS, /** android.statistics.predictedColorTransform [dynamic, rational[], hidden] * *The best-fit color transform matrix estimate * calculated by the camera device's statistics units for the current * output frame.
*/ ANDROID_STATISTICS_PREDICTED_COLOR_TRANSFORM, /** android.statistics.sceneFlicker [dynamic, enum, public] * *The camera device estimated scene illumination lighting * frequency.
*/ ANDROID_STATISTICS_SCENE_FLICKER, /** android.statistics.hotPixelMap [dynamic, int32[], public] * *List of (x, y)
coordinates of hot/defective pixels on the sensor.
Whether the camera device will output the lens * shading map in output result metadata.
*/ ANDROID_STATISTICS_LENS_SHADING_MAP_MODE, ANDROID_STATISTICS_END, /** android.statistics.info.availableFaceDetectModes [static, byte[], public] * *List of face detection modes for ANDROID_STATISTICS_FACE_DETECT_MODE that are * supported by this camera device.
* * @see ANDROID_STATISTICS_FACE_DETECT_MODE */ ANDROID_STATISTICS_INFO_AVAILABLE_FACE_DETECT_MODES = CameraMetadataSectionStart:ANDROID_STATISTICS_INFO_START, /** android.statistics.info.histogramBucketCount [static, int32, system] * *Number of histogram buckets * supported
*/ ANDROID_STATISTICS_INFO_HISTOGRAM_BUCKET_COUNT, /** android.statistics.info.maxFaceCount [static, int32, public] * *The maximum number of simultaneously detectable * faces.
*/ ANDROID_STATISTICS_INFO_MAX_FACE_COUNT, /** android.statistics.info.maxHistogramCount [static, int32, system] * *Maximum value possible for a histogram * bucket
*/ ANDROID_STATISTICS_INFO_MAX_HISTOGRAM_COUNT, /** android.statistics.info.maxSharpnessMapValue [static, int32, system] * *Maximum value possible for a sharpness map * region.
*/ ANDROID_STATISTICS_INFO_MAX_SHARPNESS_MAP_VALUE, /** android.statistics.info.sharpnessMapSize [static, int32[], system] * *Dimensions of the sharpness * map
*/ ANDROID_STATISTICS_INFO_SHARPNESS_MAP_SIZE, /** android.statistics.info.availableHotPixelMapModes [static, byte[], public] * *List of hot pixel map output modes for ANDROID_STATISTICS_HOT_PIXEL_MAP_MODE that are * supported by this camera device.
* * @see ANDROID_STATISTICS_HOT_PIXEL_MAP_MODE */ ANDROID_STATISTICS_INFO_AVAILABLE_HOT_PIXEL_MAP_MODES, /** android.statistics.info.availableLensShadingMapModes [static, byte[], public] * *List of lens shading map output modes for ANDROID_STATISTICS_LENS_SHADING_MAP_MODE that * are supported by this camera device.
* * @see ANDROID_STATISTICS_LENS_SHADING_MAP_MODE */ ANDROID_STATISTICS_INFO_AVAILABLE_LENS_SHADING_MAP_MODES, ANDROID_STATISTICS_INFO_END, /** android.tonemap.curveBlue [dynamic, float[], ndk_public] * *Tonemapping / contrast / gamma curve for the blue * channel, to use when ANDROID_TONEMAP_MODE is * CONTRAST_CURVE.
* * @see ANDROID_TONEMAP_MODE */ ANDROID_TONEMAP_CURVE_BLUE = CameraMetadataSectionStart:ANDROID_TONEMAP_START, /** android.tonemap.curveGreen [dynamic, float[], ndk_public] * *Tonemapping / contrast / gamma curve for the green * channel, to use when ANDROID_TONEMAP_MODE is * CONTRAST_CURVE.
* * @see ANDROID_TONEMAP_MODE */ ANDROID_TONEMAP_CURVE_GREEN, /** android.tonemap.curveRed [dynamic, float[], ndk_public] * *Tonemapping / contrast / gamma curve for the red * channel, to use when ANDROID_TONEMAP_MODE is * CONTRAST_CURVE.
* * @see ANDROID_TONEMAP_MODE */ ANDROID_TONEMAP_CURVE_RED, /** android.tonemap.mode [dynamic, enum, public] * *High-level global contrast/gamma/tonemapping control.
*/ ANDROID_TONEMAP_MODE, /** android.tonemap.maxCurvePoints [static, int32, public] * *Maximum number of supported points in the * tonemap curve that can be used for ANDROID_TONEMAP_CURVE.
* * @see ANDROID_TONEMAP_CURVE */ ANDROID_TONEMAP_MAX_CURVE_POINTS, /** android.tonemap.availableToneMapModes [static, byte[], public] * *List of tonemapping modes for ANDROID_TONEMAP_MODE that are supported by this camera * device.
* * @see ANDROID_TONEMAP_MODE */ ANDROID_TONEMAP_AVAILABLE_TONE_MAP_MODES, /** android.tonemap.gamma [dynamic, float, public] * *Tonemapping curve to use when ANDROID_TONEMAP_MODE is * GAMMA_VALUE
* * @see ANDROID_TONEMAP_MODE */ ANDROID_TONEMAP_GAMMA, /** android.tonemap.presetCurve [dynamic, enum, public] * *Tonemapping curve to use when ANDROID_TONEMAP_MODE is * PRESET_CURVE
* * @see ANDROID_TONEMAP_MODE */ ANDROID_TONEMAP_PRESET_CURVE, ANDROID_TONEMAP_END, /** android.led.transmit [dynamic, enum, hidden] * *This LED is nominally used to indicate to the user * that the camera is powered on and may be streaming images back to the * Application Processor. In certain rare circumstances, the OS may * disable this when video is processed locally and not transmitted to * any untrusted applications.
*In particular, the LED must always be on when the data could be * transmitted off the device. The LED should always be on whenever * data is stored locally on the device.
*The LED may be off if a trusted application is using the data that * doesn't violate the above rules.
*/ ANDROID_LED_TRANSMIT = CameraMetadataSectionStart:ANDROID_LED_START, /** android.led.availableLeds [static, enum[], hidden] * *A list of camera LEDs that are available on this system.
*/ ANDROID_LED_AVAILABLE_LEDS, ANDROID_LED_END, /** android.info.supportedHardwareLevel [static, enum, public] * *Generally classifies the overall set of the camera device functionality.
*/ ANDROID_INFO_SUPPORTED_HARDWARE_LEVEL = CameraMetadataSectionStart:ANDROID_INFO_START, ANDROID_INFO_END, /** android.blackLevel.lock [dynamic, enum, public] * *Whether black-level compensation is locked * to its current values, or is free to vary.
*/ ANDROID_BLACK_LEVEL_LOCK = CameraMetadataSectionStart:ANDROID_BLACK_LEVEL_START, ANDROID_BLACK_LEVEL_END, /** android.sync.frameNumber [dynamic, enum, ndk_public] * *The frame number corresponding to the last request * with which the output result (metadata + buffers) has been fully * synchronized.
*/ ANDROID_SYNC_FRAME_NUMBER = CameraMetadataSectionStart:ANDROID_SYNC_START, /** android.sync.maxLatency [static, enum, public] * *The maximum number of frames that can occur after a request * (different than the previous) has been submitted, and before the * result's state becomes synchronized.
*/ ANDROID_SYNC_MAX_LATENCY, ANDROID_SYNC_END, /** android.reprocess.effectiveExposureFactor [dynamic, float, java_public] * *The amount of exposure time increase factor applied to the original output * frame by the application processing before sending for reprocessing.
*/ ANDROID_REPROCESS_EFFECTIVE_EXPOSURE_FACTOR = CameraMetadataSectionStart:ANDROID_REPROCESS_START, /** android.reprocess.maxCaptureStall [static, int32, java_public] * *The maximal camera capture pipeline stall (in unit of frame count) introduced by a * reprocess capture request.
*/ ANDROID_REPROCESS_MAX_CAPTURE_STALL, ANDROID_REPROCESS_END, /** android.depth.maxDepthSamples [static, int32, system] * *Maximum number of points that a depth point cloud may contain.
*/ ANDROID_DEPTH_MAX_DEPTH_SAMPLES = CameraMetadataSectionStart:ANDROID_DEPTH_START, /** android.depth.availableDepthStreamConfigurations [static, enum[], ndk_public] * *The available depth dataspace stream * configurations that this camera device supports * (i.e. format, width, height, output/input stream).
*/ ANDROID_DEPTH_AVAILABLE_DEPTH_STREAM_CONFIGURATIONS, /** android.depth.availableDepthMinFrameDurations [static, int64[], ndk_public] * *This lists the minimum frame duration for each * format/size combination for depth output formats.
*/ ANDROID_DEPTH_AVAILABLE_DEPTH_MIN_FRAME_DURATIONS, /** android.depth.availableDepthStallDurations [static, int64[], ndk_public] * *This lists the maximum stall duration for each * output format/size combination for depth streams.
*/ ANDROID_DEPTH_AVAILABLE_DEPTH_STALL_DURATIONS, /** android.depth.depthIsExclusive [static, enum, public] * *Indicates whether a capture request may target both a * DEPTH16 / DEPTH_POINT_CLOUD output, and normal color outputs (such as * YUV_420_888, JPEG, or RAW) simultaneously.
*/ ANDROID_DEPTH_DEPTH_IS_EXCLUSIVE, ANDROID_DEPTH_END, }; /* * Enumeration definitions for the various entries that need them */ /** android.colorCorrection.mode enumeration values * @see ANDROID_COLOR_CORRECTION_MODE */ enum CameraMetadataEnumAndroidColorCorrectionMode : uint32_t { ANDROID_COLOR_CORRECTION_MODE_TRANSFORM_MATRIX, ANDROID_COLOR_CORRECTION_MODE_FAST, ANDROID_COLOR_CORRECTION_MODE_HIGH_QUALITY, }; /** android.colorCorrection.aberrationMode enumeration values * @see ANDROID_COLOR_CORRECTION_ABERRATION_MODE */ enum CameraMetadataEnumAndroidColorCorrectionAberrationMode : uint32_t { ANDROID_COLOR_CORRECTION_ABERRATION_MODE_OFF, ANDROID_COLOR_CORRECTION_ABERRATION_MODE_FAST, ANDROID_COLOR_CORRECTION_ABERRATION_MODE_HIGH_QUALITY, }; /** android.control.aeAntibandingMode enumeration values * @see ANDROID_CONTROL_AE_ANTIBANDING_MODE */ enum CameraMetadataEnumAndroidControlAeAntibandingMode : uint32_t { ANDROID_CONTROL_AE_ANTIBANDING_MODE_OFF, ANDROID_CONTROL_AE_ANTIBANDING_MODE_50HZ, ANDROID_CONTROL_AE_ANTIBANDING_MODE_60HZ, ANDROID_CONTROL_AE_ANTIBANDING_MODE_AUTO, }; /** android.control.aeLock enumeration values * @see ANDROID_CONTROL_AE_LOCK */ enum CameraMetadataEnumAndroidControlAeLock : uint32_t { ANDROID_CONTROL_AE_LOCK_OFF, ANDROID_CONTROL_AE_LOCK_ON, }; /** android.control.aeMode enumeration values * @see ANDROID_CONTROL_AE_MODE */ enum CameraMetadataEnumAndroidControlAeMode : uint32_t { ANDROID_CONTROL_AE_MODE_OFF, ANDROID_CONTROL_AE_MODE_ON, ANDROID_CONTROL_AE_MODE_ON_AUTO_FLASH, ANDROID_CONTROL_AE_MODE_ON_ALWAYS_FLASH, ANDROID_CONTROL_AE_MODE_ON_AUTO_FLASH_REDEYE, }; /** android.control.aePrecaptureTrigger enumeration values * @see ANDROID_CONTROL_AE_PRECAPTURE_TRIGGER */ enum CameraMetadataEnumAndroidControlAePrecaptureTrigger : uint32_t { ANDROID_CONTROL_AE_PRECAPTURE_TRIGGER_IDLE, ANDROID_CONTROL_AE_PRECAPTURE_TRIGGER_START, ANDROID_CONTROL_AE_PRECAPTURE_TRIGGER_CANCEL, }; /** android.control.afMode enumeration values * @see ANDROID_CONTROL_AF_MODE */ enum CameraMetadataEnumAndroidControlAfMode : uint32_t { ANDROID_CONTROL_AF_MODE_OFF, ANDROID_CONTROL_AF_MODE_AUTO, ANDROID_CONTROL_AF_MODE_MACRO, ANDROID_CONTROL_AF_MODE_CONTINUOUS_VIDEO, ANDROID_CONTROL_AF_MODE_CONTINUOUS_PICTURE, ANDROID_CONTROL_AF_MODE_EDOF, }; /** android.control.afTrigger enumeration values * @see ANDROID_CONTROL_AF_TRIGGER */ enum CameraMetadataEnumAndroidControlAfTrigger : uint32_t { ANDROID_CONTROL_AF_TRIGGER_IDLE, ANDROID_CONTROL_AF_TRIGGER_START, ANDROID_CONTROL_AF_TRIGGER_CANCEL, }; /** android.control.awbLock enumeration values * @see ANDROID_CONTROL_AWB_LOCK */ enum CameraMetadataEnumAndroidControlAwbLock : uint32_t { ANDROID_CONTROL_AWB_LOCK_OFF, ANDROID_CONTROL_AWB_LOCK_ON, }; /** android.control.awbMode enumeration values * @see ANDROID_CONTROL_AWB_MODE */ enum CameraMetadataEnumAndroidControlAwbMode : uint32_t { ANDROID_CONTROL_AWB_MODE_OFF, ANDROID_CONTROL_AWB_MODE_AUTO, ANDROID_CONTROL_AWB_MODE_INCANDESCENT, ANDROID_CONTROL_AWB_MODE_FLUORESCENT, ANDROID_CONTROL_AWB_MODE_WARM_FLUORESCENT, ANDROID_CONTROL_AWB_MODE_DAYLIGHT, ANDROID_CONTROL_AWB_MODE_CLOUDY_DAYLIGHT, ANDROID_CONTROL_AWB_MODE_TWILIGHT, ANDROID_CONTROL_AWB_MODE_SHADE, }; /** android.control.captureIntent enumeration values * @see ANDROID_CONTROL_CAPTURE_INTENT */ enum CameraMetadataEnumAndroidControlCaptureIntent : uint32_t { ANDROID_CONTROL_CAPTURE_INTENT_CUSTOM, ANDROID_CONTROL_CAPTURE_INTENT_PREVIEW, ANDROID_CONTROL_CAPTURE_INTENT_STILL_CAPTURE, ANDROID_CONTROL_CAPTURE_INTENT_VIDEO_RECORD, ANDROID_CONTROL_CAPTURE_INTENT_VIDEO_SNAPSHOT, ANDROID_CONTROL_CAPTURE_INTENT_ZERO_SHUTTER_LAG, ANDROID_CONTROL_CAPTURE_INTENT_MANUAL, }; /** android.control.effectMode enumeration values * @see ANDROID_CONTROL_EFFECT_MODE */ enum CameraMetadataEnumAndroidControlEffectMode : uint32_t { ANDROID_CONTROL_EFFECT_MODE_OFF, ANDROID_CONTROL_EFFECT_MODE_MONO, ANDROID_CONTROL_EFFECT_MODE_NEGATIVE, ANDROID_CONTROL_EFFECT_MODE_SOLARIZE, ANDROID_CONTROL_EFFECT_MODE_SEPIA, ANDROID_CONTROL_EFFECT_MODE_POSTERIZE, ANDROID_CONTROL_EFFECT_MODE_WHITEBOARD, ANDROID_CONTROL_EFFECT_MODE_BLACKBOARD, ANDROID_CONTROL_EFFECT_MODE_AQUA, }; /** android.control.mode enumeration values * @see ANDROID_CONTROL_MODE */ enum CameraMetadataEnumAndroidControlMode : uint32_t { ANDROID_CONTROL_MODE_OFF, ANDROID_CONTROL_MODE_AUTO, ANDROID_CONTROL_MODE_USE_SCENE_MODE, ANDROID_CONTROL_MODE_OFF_KEEP_STATE, }; /** android.control.sceneMode enumeration values * @see ANDROID_CONTROL_SCENE_MODE */ enum CameraMetadataEnumAndroidControlSceneMode : uint32_t { ANDROID_CONTROL_SCENE_MODE_DISABLED = 0, ANDROID_CONTROL_SCENE_MODE_FACE_PRIORITY, ANDROID_CONTROL_SCENE_MODE_ACTION, ANDROID_CONTROL_SCENE_MODE_PORTRAIT, ANDROID_CONTROL_SCENE_MODE_LANDSCAPE, ANDROID_CONTROL_SCENE_MODE_NIGHT, ANDROID_CONTROL_SCENE_MODE_NIGHT_PORTRAIT, ANDROID_CONTROL_SCENE_MODE_THEATRE, ANDROID_CONTROL_SCENE_MODE_BEACH, ANDROID_CONTROL_SCENE_MODE_SNOW, ANDROID_CONTROL_SCENE_MODE_SUNSET, ANDROID_CONTROL_SCENE_MODE_STEADYPHOTO, ANDROID_CONTROL_SCENE_MODE_FIREWORKS, ANDROID_CONTROL_SCENE_MODE_SPORTS, ANDROID_CONTROL_SCENE_MODE_PARTY, ANDROID_CONTROL_SCENE_MODE_CANDLELIGHT, ANDROID_CONTROL_SCENE_MODE_BARCODE, ANDROID_CONTROL_SCENE_MODE_HIGH_SPEED_VIDEO, ANDROID_CONTROL_SCENE_MODE_HDR, ANDROID_CONTROL_SCENE_MODE_FACE_PRIORITY_LOW_LIGHT, ANDROID_CONTROL_SCENE_MODE_DEVICE_CUSTOM_START = 100, ANDROID_CONTROL_SCENE_MODE_DEVICE_CUSTOM_END = 127, }; /** android.control.videoStabilizationMode enumeration values * @see ANDROID_CONTROL_VIDEO_STABILIZATION_MODE */ enum CameraMetadataEnumAndroidControlVideoStabilizationMode : uint32_t { ANDROID_CONTROL_VIDEO_STABILIZATION_MODE_OFF, ANDROID_CONTROL_VIDEO_STABILIZATION_MODE_ON, }; /** android.control.aeState enumeration values * @see ANDROID_CONTROL_AE_STATE */ enum CameraMetadataEnumAndroidControlAeState : uint32_t { ANDROID_CONTROL_AE_STATE_INACTIVE, ANDROID_CONTROL_AE_STATE_SEARCHING, ANDROID_CONTROL_AE_STATE_CONVERGED, ANDROID_CONTROL_AE_STATE_LOCKED, ANDROID_CONTROL_AE_STATE_FLASH_REQUIRED, ANDROID_CONTROL_AE_STATE_PRECAPTURE, }; /** android.control.afState enumeration values * @see ANDROID_CONTROL_AF_STATE */ enum CameraMetadataEnumAndroidControlAfState : uint32_t { ANDROID_CONTROL_AF_STATE_INACTIVE, ANDROID_CONTROL_AF_STATE_PASSIVE_SCAN, ANDROID_CONTROL_AF_STATE_PASSIVE_FOCUSED, ANDROID_CONTROL_AF_STATE_ACTIVE_SCAN, ANDROID_CONTROL_AF_STATE_FOCUSED_LOCKED, ANDROID_CONTROL_AF_STATE_NOT_FOCUSED_LOCKED, ANDROID_CONTROL_AF_STATE_PASSIVE_UNFOCUSED, }; /** android.control.awbState enumeration values * @see ANDROID_CONTROL_AWB_STATE */ enum CameraMetadataEnumAndroidControlAwbState : uint32_t { ANDROID_CONTROL_AWB_STATE_INACTIVE, ANDROID_CONTROL_AWB_STATE_SEARCHING, ANDROID_CONTROL_AWB_STATE_CONVERGED, ANDROID_CONTROL_AWB_STATE_LOCKED, }; /** android.control.aeLockAvailable enumeration values * @see ANDROID_CONTROL_AE_LOCK_AVAILABLE */ enum CameraMetadataEnumAndroidControlAeLockAvailable : uint32_t { ANDROID_CONTROL_AE_LOCK_AVAILABLE_FALSE, ANDROID_CONTROL_AE_LOCK_AVAILABLE_TRUE, }; /** android.control.awbLockAvailable enumeration values * @see ANDROID_CONTROL_AWB_LOCK_AVAILABLE */ enum CameraMetadataEnumAndroidControlAwbLockAvailable : uint32_t { ANDROID_CONTROL_AWB_LOCK_AVAILABLE_FALSE, ANDROID_CONTROL_AWB_LOCK_AVAILABLE_TRUE, }; /** android.control.enableZsl enumeration values * @see ANDROID_CONTROL_ENABLE_ZSL */ enum CameraMetadataEnumAndroidControlEnableZsl : uint32_t { ANDROID_CONTROL_ENABLE_ZSL_FALSE, ANDROID_CONTROL_ENABLE_ZSL_TRUE, }; /** android.demosaic.mode enumeration values * @see ANDROID_DEMOSAIC_MODE */ enum CameraMetadataEnumAndroidDemosaicMode : uint32_t { ANDROID_DEMOSAIC_MODE_FAST, ANDROID_DEMOSAIC_MODE_HIGH_QUALITY, }; /** android.edge.mode enumeration values * @see ANDROID_EDGE_MODE */ enum CameraMetadataEnumAndroidEdgeMode : uint32_t { ANDROID_EDGE_MODE_OFF, ANDROID_EDGE_MODE_FAST, ANDROID_EDGE_MODE_HIGH_QUALITY, ANDROID_EDGE_MODE_ZERO_SHUTTER_LAG, }; /** android.flash.mode enumeration values * @see ANDROID_FLASH_MODE */ enum CameraMetadataEnumAndroidFlashMode : uint32_t { ANDROID_FLASH_MODE_OFF, ANDROID_FLASH_MODE_SINGLE, ANDROID_FLASH_MODE_TORCH, }; /** android.flash.state enumeration values * @see ANDROID_FLASH_STATE */ enum CameraMetadataEnumAndroidFlashState : uint32_t { ANDROID_FLASH_STATE_UNAVAILABLE, ANDROID_FLASH_STATE_CHARGING, ANDROID_FLASH_STATE_READY, ANDROID_FLASH_STATE_FIRED, ANDROID_FLASH_STATE_PARTIAL, }; /** android.flash.info.available enumeration values * @see ANDROID_FLASH_INFO_AVAILABLE */ enum CameraMetadataEnumAndroidFlashInfoAvailable : uint32_t { ANDROID_FLASH_INFO_AVAILABLE_FALSE, ANDROID_FLASH_INFO_AVAILABLE_TRUE, }; /** android.hotPixel.mode enumeration values * @see ANDROID_HOT_PIXEL_MODE */ enum CameraMetadataEnumAndroidHotPixelMode : uint32_t { ANDROID_HOT_PIXEL_MODE_OFF, ANDROID_HOT_PIXEL_MODE_FAST, ANDROID_HOT_PIXEL_MODE_HIGH_QUALITY, }; /** android.lens.opticalStabilizationMode enumeration values * @see ANDROID_LENS_OPTICAL_STABILIZATION_MODE */ enum CameraMetadataEnumAndroidLensOpticalStabilizationMode : uint32_t { ANDROID_LENS_OPTICAL_STABILIZATION_MODE_OFF, ANDROID_LENS_OPTICAL_STABILIZATION_MODE_ON, }; /** android.lens.facing enumeration values * @see ANDROID_LENS_FACING */ enum CameraMetadataEnumAndroidLensFacing : uint32_t { ANDROID_LENS_FACING_FRONT, ANDROID_LENS_FACING_BACK, ANDROID_LENS_FACING_EXTERNAL, }; /** android.lens.state enumeration values * @see ANDROID_LENS_STATE */ enum CameraMetadataEnumAndroidLensState : uint32_t { ANDROID_LENS_STATE_STATIONARY, ANDROID_LENS_STATE_MOVING, }; /** android.lens.info.focusDistanceCalibration enumeration values * @see ANDROID_LENS_INFO_FOCUS_DISTANCE_CALIBRATION */ enum CameraMetadataEnumAndroidLensInfoFocusDistanceCalibration : uint32_t { ANDROID_LENS_INFO_FOCUS_DISTANCE_CALIBRATION_UNCALIBRATED, ANDROID_LENS_INFO_FOCUS_DISTANCE_CALIBRATION_APPROXIMATE, ANDROID_LENS_INFO_FOCUS_DISTANCE_CALIBRATION_CALIBRATED, }; /** android.noiseReduction.mode enumeration values * @see ANDROID_NOISE_REDUCTION_MODE */ enum CameraMetadataEnumAndroidNoiseReductionMode : uint32_t { ANDROID_NOISE_REDUCTION_MODE_OFF, ANDROID_NOISE_REDUCTION_MODE_FAST, ANDROID_NOISE_REDUCTION_MODE_HIGH_QUALITY, ANDROID_NOISE_REDUCTION_MODE_MINIMAL, ANDROID_NOISE_REDUCTION_MODE_ZERO_SHUTTER_LAG, }; /** android.quirks.partialResult enumeration values * @see ANDROID_QUIRKS_PARTIAL_RESULT */ enum CameraMetadataEnumAndroidQuirksPartialResult : uint32_t { ANDROID_QUIRKS_PARTIAL_RESULT_FINAL, ANDROID_QUIRKS_PARTIAL_RESULT_PARTIAL, }; /** android.request.metadataMode enumeration values * @see ANDROID_REQUEST_METADATA_MODE */ enum CameraMetadataEnumAndroidRequestMetadataMode : uint32_t { ANDROID_REQUEST_METADATA_MODE_NONE, ANDROID_REQUEST_METADATA_MODE_FULL, }; /** android.request.type enumeration values * @see ANDROID_REQUEST_TYPE */ enum CameraMetadataEnumAndroidRequestType : uint32_t { ANDROID_REQUEST_TYPE_CAPTURE, ANDROID_REQUEST_TYPE_REPROCESS, }; /** android.request.availableCapabilities enumeration values * @see ANDROID_REQUEST_AVAILABLE_CAPABILITIES */ enum CameraMetadataEnumAndroidRequestAvailableCapabilities : uint32_t { ANDROID_REQUEST_AVAILABLE_CAPABILITIES_BACKWARD_COMPATIBLE, ANDROID_REQUEST_AVAILABLE_CAPABILITIES_MANUAL_SENSOR, ANDROID_REQUEST_AVAILABLE_CAPABILITIES_MANUAL_POST_PROCESSING, ANDROID_REQUEST_AVAILABLE_CAPABILITIES_RAW, ANDROID_REQUEST_AVAILABLE_CAPABILITIES_PRIVATE_REPROCESSING, ANDROID_REQUEST_AVAILABLE_CAPABILITIES_READ_SENSOR_SETTINGS, ANDROID_REQUEST_AVAILABLE_CAPABILITIES_BURST_CAPTURE, ANDROID_REQUEST_AVAILABLE_CAPABILITIES_YUV_REPROCESSING, ANDROID_REQUEST_AVAILABLE_CAPABILITIES_DEPTH_OUTPUT, ANDROID_REQUEST_AVAILABLE_CAPABILITIES_CONSTRAINED_HIGH_SPEED_VIDEO, }; /** android.scaler.availableFormats enumeration values * @see ANDROID_SCALER_AVAILABLE_FORMATS */ enum CameraMetadataEnumAndroidScalerAvailableFormats : uint32_t { ANDROID_SCALER_AVAILABLE_FORMATS_RAW16 = 0x20, ANDROID_SCALER_AVAILABLE_FORMATS_RAW_OPAQUE = 0x24, ANDROID_SCALER_AVAILABLE_FORMATS_YV12 = 0x32315659, ANDROID_SCALER_AVAILABLE_FORMATS_YCrCb_420_SP = 0x11, ANDROID_SCALER_AVAILABLE_FORMATS_IMPLEMENTATION_DEFINED = 0x22, ANDROID_SCALER_AVAILABLE_FORMATS_YCbCr_420_888 = 0x23, ANDROID_SCALER_AVAILABLE_FORMATS_BLOB = 0x21, }; /** android.scaler.availableStreamConfigurations enumeration values * @see ANDROID_SCALER_AVAILABLE_STREAM_CONFIGURATIONS */ enum CameraMetadataEnumAndroidScalerAvailableStreamConfigurations : uint32_t { ANDROID_SCALER_AVAILABLE_STREAM_CONFIGURATIONS_OUTPUT, ANDROID_SCALER_AVAILABLE_STREAM_CONFIGURATIONS_INPUT, }; /** android.scaler.croppingType enumeration values * @see ANDROID_SCALER_CROPPING_TYPE */ enum CameraMetadataEnumAndroidScalerCroppingType : uint32_t { ANDROID_SCALER_CROPPING_TYPE_CENTER_ONLY, ANDROID_SCALER_CROPPING_TYPE_FREEFORM, }; /** android.sensor.referenceIlluminant1 enumeration values * @see ANDROID_SENSOR_REFERENCE_ILLUMINANT1 */ enum CameraMetadataEnumAndroidSensorReferenceIlluminant1 : uint32_t { ANDROID_SENSOR_REFERENCE_ILLUMINANT1_DAYLIGHT = 1, ANDROID_SENSOR_REFERENCE_ILLUMINANT1_FLUORESCENT = 2, ANDROID_SENSOR_REFERENCE_ILLUMINANT1_TUNGSTEN = 3, ANDROID_SENSOR_REFERENCE_ILLUMINANT1_FLASH = 4, ANDROID_SENSOR_REFERENCE_ILLUMINANT1_FINE_WEATHER = 9, ANDROID_SENSOR_REFERENCE_ILLUMINANT1_CLOUDY_WEATHER = 10, ANDROID_SENSOR_REFERENCE_ILLUMINANT1_SHADE = 11, ANDROID_SENSOR_REFERENCE_ILLUMINANT1_DAYLIGHT_FLUORESCENT = 12, ANDROID_SENSOR_REFERENCE_ILLUMINANT1_DAY_WHITE_FLUORESCENT = 13, ANDROID_SENSOR_REFERENCE_ILLUMINANT1_COOL_WHITE_FLUORESCENT = 14, ANDROID_SENSOR_REFERENCE_ILLUMINANT1_WHITE_FLUORESCENT = 15, ANDROID_SENSOR_REFERENCE_ILLUMINANT1_STANDARD_A = 17, ANDROID_SENSOR_REFERENCE_ILLUMINANT1_STANDARD_B = 18, ANDROID_SENSOR_REFERENCE_ILLUMINANT1_STANDARD_C = 19, ANDROID_SENSOR_REFERENCE_ILLUMINANT1_D55 = 20, ANDROID_SENSOR_REFERENCE_ILLUMINANT1_D65 = 21, ANDROID_SENSOR_REFERENCE_ILLUMINANT1_D75 = 22, ANDROID_SENSOR_REFERENCE_ILLUMINANT1_D50 = 23, ANDROID_SENSOR_REFERENCE_ILLUMINANT1_ISO_STUDIO_TUNGSTEN = 24, }; /** android.sensor.testPatternMode enumeration values * @see ANDROID_SENSOR_TEST_PATTERN_MODE */ enum CameraMetadataEnumAndroidSensorTestPatternMode : uint32_t { ANDROID_SENSOR_TEST_PATTERN_MODE_OFF, ANDROID_SENSOR_TEST_PATTERN_MODE_SOLID_COLOR, ANDROID_SENSOR_TEST_PATTERN_MODE_COLOR_BARS, ANDROID_SENSOR_TEST_PATTERN_MODE_COLOR_BARS_FADE_TO_GRAY, ANDROID_SENSOR_TEST_PATTERN_MODE_PN9, ANDROID_SENSOR_TEST_PATTERN_MODE_CUSTOM1 = 256, }; /** android.sensor.info.colorFilterArrangement enumeration values * @see ANDROID_SENSOR_INFO_COLOR_FILTER_ARRANGEMENT */ enum CameraMetadataEnumAndroidSensorInfoColorFilterArrangement : uint32_t { ANDROID_SENSOR_INFO_COLOR_FILTER_ARRANGEMENT_RGGB, ANDROID_SENSOR_INFO_COLOR_FILTER_ARRANGEMENT_GRBG, ANDROID_SENSOR_INFO_COLOR_FILTER_ARRANGEMENT_GBRG, ANDROID_SENSOR_INFO_COLOR_FILTER_ARRANGEMENT_BGGR, ANDROID_SENSOR_INFO_COLOR_FILTER_ARRANGEMENT_RGB, }; /** android.sensor.info.timestampSource enumeration values * @see ANDROID_SENSOR_INFO_TIMESTAMP_SOURCE */ enum CameraMetadataEnumAndroidSensorInfoTimestampSource : uint32_t { ANDROID_SENSOR_INFO_TIMESTAMP_SOURCE_UNKNOWN, ANDROID_SENSOR_INFO_TIMESTAMP_SOURCE_REALTIME, }; /** android.sensor.info.lensShadingApplied enumeration values * @see ANDROID_SENSOR_INFO_LENS_SHADING_APPLIED */ enum CameraMetadataEnumAndroidSensorInfoLensShadingApplied : uint32_t { ANDROID_SENSOR_INFO_LENS_SHADING_APPLIED_FALSE, ANDROID_SENSOR_INFO_LENS_SHADING_APPLIED_TRUE, }; /** android.shading.mode enumeration values * @see ANDROID_SHADING_MODE */ enum CameraMetadataEnumAndroidShadingMode : uint32_t { ANDROID_SHADING_MODE_OFF, ANDROID_SHADING_MODE_FAST, ANDROID_SHADING_MODE_HIGH_QUALITY, }; /** android.statistics.faceDetectMode enumeration values * @see ANDROID_STATISTICS_FACE_DETECT_MODE */ enum CameraMetadataEnumAndroidStatisticsFaceDetectMode : uint32_t { ANDROID_STATISTICS_FACE_DETECT_MODE_OFF, ANDROID_STATISTICS_FACE_DETECT_MODE_SIMPLE, ANDROID_STATISTICS_FACE_DETECT_MODE_FULL, }; /** android.statistics.histogramMode enumeration values * @see ANDROID_STATISTICS_HISTOGRAM_MODE */ enum CameraMetadataEnumAndroidStatisticsHistogramMode : uint32_t { ANDROID_STATISTICS_HISTOGRAM_MODE_OFF, ANDROID_STATISTICS_HISTOGRAM_MODE_ON, }; /** android.statistics.sharpnessMapMode enumeration values * @see ANDROID_STATISTICS_SHARPNESS_MAP_MODE */ enum CameraMetadataEnumAndroidStatisticsSharpnessMapMode : uint32_t { ANDROID_STATISTICS_SHARPNESS_MAP_MODE_OFF, ANDROID_STATISTICS_SHARPNESS_MAP_MODE_ON, }; /** android.statistics.hotPixelMapMode enumeration values * @see ANDROID_STATISTICS_HOT_PIXEL_MAP_MODE */ enum CameraMetadataEnumAndroidStatisticsHotPixelMapMode : uint32_t { ANDROID_STATISTICS_HOT_PIXEL_MAP_MODE_OFF, ANDROID_STATISTICS_HOT_PIXEL_MAP_MODE_ON, }; /** android.statistics.sceneFlicker enumeration values * @see ANDROID_STATISTICS_SCENE_FLICKER */ enum CameraMetadataEnumAndroidStatisticsSceneFlicker : uint32_t { ANDROID_STATISTICS_SCENE_FLICKER_NONE, ANDROID_STATISTICS_SCENE_FLICKER_50HZ, ANDROID_STATISTICS_SCENE_FLICKER_60HZ, }; /** android.statistics.lensShadingMapMode enumeration values * @see ANDROID_STATISTICS_LENS_SHADING_MAP_MODE */ enum CameraMetadataEnumAndroidStatisticsLensShadingMapMode : uint32_t { ANDROID_STATISTICS_LENS_SHADING_MAP_MODE_OFF, ANDROID_STATISTICS_LENS_SHADING_MAP_MODE_ON, }; /** android.tonemap.mode enumeration values * @see ANDROID_TONEMAP_MODE */ enum CameraMetadataEnumAndroidTonemapMode : uint32_t { ANDROID_TONEMAP_MODE_CONTRAST_CURVE, ANDROID_TONEMAP_MODE_FAST, ANDROID_TONEMAP_MODE_HIGH_QUALITY, ANDROID_TONEMAP_MODE_GAMMA_VALUE, ANDROID_TONEMAP_MODE_PRESET_CURVE, }; /** android.tonemap.presetCurve enumeration values * @see ANDROID_TONEMAP_PRESET_CURVE */ enum CameraMetadataEnumAndroidTonemapPresetCurve : uint32_t { ANDROID_TONEMAP_PRESET_CURVE_SRGB, ANDROID_TONEMAP_PRESET_CURVE_REC709, }; /** android.led.transmit enumeration values * @see ANDROID_LED_TRANSMIT */ enum CameraMetadataEnumAndroidLedTransmit : uint32_t { ANDROID_LED_TRANSMIT_OFF, ANDROID_LED_TRANSMIT_ON, }; /** android.led.availableLeds enumeration values * @see ANDROID_LED_AVAILABLE_LEDS */ enum CameraMetadataEnumAndroidLedAvailableLeds : uint32_t { ANDROID_LED_AVAILABLE_LEDS_TRANSMIT, }; /** android.info.supportedHardwareLevel enumeration values * @see ANDROID_INFO_SUPPORTED_HARDWARE_LEVEL */ enum CameraMetadataEnumAndroidInfoSupportedHardwareLevel : uint32_t { ANDROID_INFO_SUPPORTED_HARDWARE_LEVEL_LIMITED, ANDROID_INFO_SUPPORTED_HARDWARE_LEVEL_FULL, ANDROID_INFO_SUPPORTED_HARDWARE_LEVEL_LEGACY, ANDROID_INFO_SUPPORTED_HARDWARE_LEVEL_3, }; /** android.blackLevel.lock enumeration values * @see ANDROID_BLACK_LEVEL_LOCK */ enum CameraMetadataEnumAndroidBlackLevelLock : uint32_t { ANDROID_BLACK_LEVEL_LOCK_OFF, ANDROID_BLACK_LEVEL_LOCK_ON, }; /** android.sync.frameNumber enumeration values * @see ANDROID_SYNC_FRAME_NUMBER */ enum CameraMetadataEnumAndroidSyncFrameNumber : uint32_t { ANDROID_SYNC_FRAME_NUMBER_CONVERGING = -1, ANDROID_SYNC_FRAME_NUMBER_UNKNOWN = -2, }; /** android.sync.maxLatency enumeration values * @see ANDROID_SYNC_MAX_LATENCY */ enum CameraMetadataEnumAndroidSyncMaxLatency : uint32_t { ANDROID_SYNC_MAX_LATENCY_PER_FRAME_CONTROL = 0, ANDROID_SYNC_MAX_LATENCY_UNKNOWN = -1, }; /** android.depth.availableDepthStreamConfigurations enumeration values * @see ANDROID_DEPTH_AVAILABLE_DEPTH_STREAM_CONFIGURATIONS */ enum CameraMetadataEnumAndroidDepthAvailableDepthStreamConfigurations : uint32_t { ANDROID_DEPTH_AVAILABLE_DEPTH_STREAM_CONFIGURATIONS_OUTPUT, ANDROID_DEPTH_AVAILABLE_DEPTH_STREAM_CONFIGURATIONS_INPUT, }; /** android.depth.depthIsExclusive enumeration values * @see ANDROID_DEPTH_DEPTH_IS_EXCLUSIVE */ enum CameraMetadataEnumAndroidDepthDepthIsExclusive : uint32_t { ANDROID_DEPTH_DEPTH_IS_EXCLUSIVE_FALSE, ANDROID_DEPTH_DEPTH_IS_EXCLUSIVE_TRUE, };