最終更新:2017-03-27 (月) 17:43:31 (2579d)  

android.hardware.camera2.CameraCharacteristics
Top / android.hardware.camera2.CameraCharacteristics

The properties describing a android.hardware.camera2.CameraDevice.

https://developer.android.com/reference/android/hardware/camera2/CameraCharacteristics.html

定義

取得

キー

  • CameraCharacteristics.COLOR_CORRECTION_AVAILABLE_ABERRATION_MODES?List of aberration correction modes for android.colorCorrection.aberrationMode? that are supported by this camera device.
    CameraCharacteristics.CONTROL_AE_AVAILABLE_ANTIBANDING_MODES?List of auto-exposure antibanding modes for android.control.aeAntibandingMode? that are supported by this camera device.
    CameraCharacteristics.CONTROL_AE_AVAILABLE_MODESList of auto-exposure modes for android.control.aeMode that are supported by this camera device.
    CameraCharacteristics.CONTROL_AE_AVAILABLE_TARGET_FPS_RANGESList of frame rate ranges for android.control.aeTargetFpsRange? supported by this camera device.
    CameraCharacteristics.CONTROL_AE_COMPENSATION_RANGEMaximum and minimum exposure compensation values for android.control.aeExposureCompensation, in counts of android.control.aeCompensationStep?, that are supported by this camera device.
    CameraCharacteristics.CONTROL_AE_COMPENSATION_STEPSmallest step by which the exposure compensation can be changed.
    CameraCharacteristics.CONTROL_AE_LOCK_AVAILABLE?Whether the camera device supports android.control.aeLock? Devices with MANUAL_SENSOR capability or BURST_CAPTURE capability will always list true.
    CameraCharacteristics.CONTROL_AF_AVAILABLE_MODESList of auto-focus (AF) modes for android.control.afMode? that are supported by this camera device.
    CameraCharacteristics.CONTROL_AVAILABLE_EFFECTS?List of color effects for android.control.effectMode? that are supported by this camera device.
    CameraCharacteristics.CONTROL_AVAILABLE_MODESList of control modes for android.control.mode? that are supported by this camera device.
    CameraCharacteristics.CONTROL_AVAILABLE_SCENE_MODESList of scene modes for android.control.sceneMode? that are supported by this camera device.
    CameraCharacteristics.CONTROL_AVAILABLE_VIDEO_STABILIZATION_MODES?List of video stabilization modes for android.control.videoStabilizationMode? that are supported by this camera device.
    CameraCharacteristics.CONTROL_AWB_AVAILABLE_MODES?List of auto-white-balance modes for android.control.awbMode? that are supported by this camera device.
    CameraCharacteristics.CONTROL_AWB_LOCK_AVAILABLE?Whether the camera device supports android.control.awbLock? Devices with MANUAL_POST_PROCESSING capability or BURST_CAPTURE capability will always list true.
    CameraCharacteristics.CONTROL_MAX_REGIONS_AE?The maximum number of metering regions that can be used by the auto-exposure (AE) routine.
    CameraCharacteristics.CONTROL_MAX_REGIONS_AF?The maximum number of metering regions that can be used by the auto-focus (AF) routine.
    CameraCharacteristics.CONTROL_MAX_REGIONS_AWB?The maximum number of metering regions that can be used by the auto-white balance (AWB) routine.
    CameraCharacteristics.CONTROL_POST_RAW_SENSITIVITY_BOOST_RANGE?Range of boosts for android.control.postRawSensitivityBoost? supported by this camera device.
    CameraCharacteristics.DEPTH_DEPTH_IS_EXCLUSIVE?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.
    CameraCharacteristics.EDGE_AVAILABLE_EDGE_MODES?List of edge enhancement modes for android.edge.mode? that are supported by this camera device.
    CameraCharacteristics.FLASH_INFO_AVAILABLE?Whether this camera device has a flash unit.
    CameraCharacteristics.HOT_PIXEL_AVAILABLE_HOT_PIXEL_MODES?List of hot pixel correction modes for android.hotPixel.mode? that are supported by this camera device.
    CameraCharacteristics.INFO_SUPPORTED_HARDWARE_LEVELGenerally classifies the overall set of the camera device functionality.
    CameraCharacteristics.JPEG_AVAILABLE_THUMBNAIL_SIZES?List of JPEG thumbnail sizes for android.jpeg.thumbnailSize? supported by this camera device.
    CameraCharacteristics.LENS_FACINGDirection the camera faces relative to device screen.
    CameraCharacteristics.LENS_INFO_AVAILABLE_APERTURES?List of aperture size values for android.lens.aperture? that are supported by this camera device.
    CameraCharacteristics.LENS_INFO_AVAILABLE_FILTER_DENSITIES?List of neutral density filter values for android.lens.filterDensity? that are supported by this camera device.
    CameraCharacteristics.LENS_INFO_AVAILABLE_FOCAL_LENGTHS?List of focal lengths for android.lens.focalLength? that are supported by this camera device.
    CameraCharacteristics.LENS_INFO_AVAILABLE_OPTICAL_STABILIZATION?List of optical image stabilization (OIS) modes for android.lens.opticalStabilizationMode? that are supported by this camera device.
    CameraCharacteristics.LENS_INFO_FOCUS_DISTANCE_CALIBRATION?The lens focus distance calibration quality.
    CameraCharacteristics.LENS_INFO_HYPERFOCAL_DISTANCE?Hyperfocal distance for this lens.
    CameraCharacteristics.LENS_INFO_MINIMUM_FOCUS_DISTANCE?Shortest distance from frontmost surface of the lens that can be brought into sharp focus.
    CameraCharacteristics.LENS_INTRINSIC_CALIBRATION?The parameters for this camera device's intrinsic calibration.
    CameraCharacteristics.LENS_POSE_ROTATION?The orientation of the camera relative to the sensor coordinate system.
    CameraCharacteristics.LENS_POSE_TRANSLATION?Position of the camera optical center.
    CameraCharacteristics.LENS_RADIAL_DISTORTION?The correction coefficients to correct for this camera device's radial and tangential lens distortion.
    CameraCharacteristics.NOISE_REDUCTION_AVAILABLE_NOISE_REDUCTION_MODES?List of noise reduction modes for android.noiseReduction.mode? that are supported by this camera device.
    CameraCharacteristics.REPROCESS_MAX_CAPTURE_STALL?The maximal camera capture pipeline stall (in unit of frame count) introduced by a reprocess capture request.
    CameraCharacteristics.REQUEST_AVAILABLE_CAPABILITIESList of capabilities that this camera device advertises as fully supporting.
    CameraCharacteristics.REQUEST_MAX_NUM_INPUT_STREAMS?The maximum numbers of any type of input streams that can be configured and used simultaneously by a camera device.
    CameraCharacteristics.REQUEST_MAX_NUM_OUTPUT_PROC?The maximum numbers of different types of output streams that can be configured and used simultaneously by a camera device for any processed (but not-stalling) formats.
    CameraCharacteristics.REQUEST_MAX_NUM_OUTPUT_PROC_STALLING?The maximum numbers of different types of output streams that can be configured and used simultaneously by a camera device for any processed (and stalling) formats.
    CameraCharacteristics.REQUEST_MAX_NUM_OUTPUT_RAW?The maximum numbers of different types of output streams that can be configured and used simultaneously by a camera device for any RAW formats.
    CameraCharacteristics.REQUEST_PARTIAL_RESULT_COUNT?Defines how many sub-components a result will be composed of.
    CameraCharacteristics.REQUEST_PIPELINE_MAX_DEPTH?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.
    CameraCharacteristics.SCALER_AVAILABLE_MAX_DIGITAL_ZOOM?The maximum ratio between both active area width and crop region width, and active area height and crop region height, for android.scaler.cropRegion?.
    CameraCharacteristics.SCALER_CROPPING_TYPE?The crop type that this camera device supports.
    CameraCharacteristics.SCALER_STREAM_CONFIGURATION_MAPThe available stream configurations that this camera device supports; also includes the minimum frame durations and the stall durations for each format/size combination.
    CameraCharacteristics.SENSOR_AVAILABLE_TEST_PATTERN_MODES?List of sensor test pattern modes for android.sensor.testPatternMode? supported by this camera device.
    CameraCharacteristics.SENSOR_BLACK_LEVEL_PATTERN?A fixed black level offset for each of the color filter arrangement (CFA) mosaic channels.
    CameraCharacteristics.SENSOR_CALIBRATION_TRANSFORM1?A per-device calibration transform matrix that maps from the reference sensor colorspace to the actual device sensor colorspace.
    CameraCharacteristics.SENSOR_CALIBRATION_TRANSFORM2?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).
    CameraCharacteristics.SENSOR_COLOR_TRANSFORM1?A matrix that transforms color values from CIE XYZ color space to reference sensor color space.
    CameraCharacteristics.SENSOR_COLOR_TRANSFORM2?A matrix that transforms color values from CIE XYZ color space to reference sensor color space.
    CameraCharacteristics.SENSOR_FORWARD_MATRIX1?A matrix that transforms white balanced camera colors from the reference sensor colorspace to the CIE XYZ colorspace with a D50 whitepoint.
    CameraCharacteristics.SENSOR_FORWARD_MATRIX2?A matrix that transforms white balanced camera colors from the reference sensor colorspace to the CIE XYZ colorspace with a D50 whitepoint.
    CameraCharacteristics.SENSOR_INFO_ACTIVE_ARRAY_SIZE?The area of the image sensor which corresponds to active pixels after any geometric distortion correction has been applied.
    CameraCharacteristics.SENSOR_INFO_COLOR_FILTER_ARRANGEMENT?The arrangement of color filters on sensor; represents the colors in the top-left 2x2 section of the sensor, in reading order.
    CameraCharacteristics.SENSOR_INFO_EXPOSURE_TIME_RANGE?The range of image exposure times for android.sensor.exposureTime? supported by this camera device.
    CameraCharacteristics.SENSOR_INFO_LENS_SHADING_APPLIED?Whether the RAW images output from this camera device are subject to lens shading correction.
    CameraCharacteristics.SENSOR_INFO_MAX_FRAME_DURATION?The maximum possible frame duration (minimum frame rate) for android.sensor.frameDuration? that is supported this camera device.
    CameraCharacteristics.SENSOR_INFO_PHYSICAL_SIZE?The physical dimensions of the full pixel array.
    CameraCharacteristics.SENSOR_INFO_PIXEL_ARRAY_SIZE?Dimensions of the full pixel array, possibly including black calibration pixels.
    CameraCharacteristics.SENSOR_INFO_PRE_CORRECTION_ACTIVE_ARRAY_SIZE?The area of the image sensor which corresponds to active pixels prior to the application of any geometric distortion correction.
    CameraCharacteristics.SENSOR_INFO_SENSITIVITY_RANGE?Range of sensitivities for android.sensor.sensitivity? supported by this camera device.
    CameraCharacteristics.SENSOR_INFO_TIMESTAMP_SOURCE?The time base source for sensor capture start timestamps.
    CameraCharacteristics.SENSOR_INFO_WHITE_LEVEL?Maximum raw value output by sensor.
    CameraCharacteristics.SENSOR_MAX_ANALOG_SENSITIVITY?Maximum sensitivity that is implemented purely through analog gain.
    CameraCharacteristics.SENSOR_OPTICAL_BLACK_REGIONS?List of disjoint rectangles indicating the sensor optically shielded black pixel regions.
    CameraCharacteristics.SENSOR_ORIENTATION?Clockwise angle through which the output image needs to be rotated to be upright on the device screen in its native orientation.
    CameraCharacteristics.SENSOR_REFERENCE_ILLUMINANT1?The standard reference illuminant used as the scene light source when calculating the android.sensor.colorTransform1?, android.sensor.calibrationTransform1?, and android.sensor.forwardMatrix1? matrices.
    CameraCharacteristics.SENSOR_REFERENCE_ILLUMINANT2?The standard reference illuminant used as the scene light source when calculating the android.sensor.colorTransform2?, android.sensor.calibrationTransform2?, and android.sensor.forwardMatrix2? matrices.
    CameraCharacteristics.SHADING_AVAILABLE_MODES?List of lens shading modes for android.shading.mode? that are supported by this camera device.
    CameraCharacteristics.STATISTICS_INFO_AVAILABLE_FACE_DETECT_MODES?List of face detection modes for android.statistics.faceDetectMode? that are supported by this camera device.
    CameraCharacteristics.STATISTICS_INFO_AVAILABLE_HOT_PIXEL_MAP_MODES?List of hot pixel map output modes for android.statistics.hotPixelMapMode? that are supported by this camera device.
    CameraCharacteristics.STATISTICS_INFO_AVAILABLE_LENS_SHADING_MAP_MODES?List of lens shading map output modes for android.statistics.lensShadingMapMode? that are supported by this camera device.
    CameraCharacteristics.STATISTICS_INFO_MAX_FACE_COUNT?The maximum number of simultaneously detectable faces.
    CameraCharacteristics.SYNC_MAX_LATENCY?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.
    CameraCharacteristics.TONEMAP_AVAILABLE_TONE_MAP_MODES?List of tonemapping modes for android.tonemap.mode? that are supported by this camera device.
    CameraCharacteristics.TONEMAP_MAX_CURVE_POINTS?Maximum number of supported points in the tonemap curve that can be used for android.tonemap.curve?.

関連

  • android.hardware.camera2..CameraCharacteristics.Key?