最終更新:2017-03-08 (水) 17:45:07 (2604d)  

CameraCharacteristics.CONTROL_AE_COMPENSATION_RANGE
Top / CameraCharacteristics.CONTROL_AE_COMPENSATION_RANGE

Maximum and minimum exposure compensation values for android.control.aeExposureCompensation, in counts of android.control.aeCompensationStep?, that are supported by this camera device.

Range<Integer> range = characteristics.get(CameraCharacteristics.CONTROL_AE_COMPENSATION_RANGE);

  • CONTROL_AE_COMPENSATION_RANGE:[-6, 6]

関連