Android.Hardware.Camera2.CaptureResult.SensorSensitivity Property

Syntax

[Android.Runtime.Register("SENSOR_SENSITIVITY")]
public static CaptureResult.Key SensorSensitivity { get; }

See Also

CameraCharacteristics.InfoSupportedHardwareLevel
CameraCharacteristics.SensorInfoSensitivityRange
CameraCharacteristics.SensorMaxAnalogSensitivity

Value

Documentation for this section has not yet been entered.

Remarks

The amount of gain applied to sensor data before processing.

The sensitivity is the standard ISO sensitivity value, as defined in ISO 12232:2006.

The sensitivity must be within CameraCharacteristics.SensorInfoSensitivityRange, and if if it less than CameraCharacteristics.SensorMaxAnalogSensitivity, the camera device is guaranteed to use only analog amplification for applying the gain.

If the camera device cannot apply the exact sensitivity requested, it will reduce the gain to the nearest supported value. The final sensitivity used will be available in the output capture result.

Units: ISO arithmetic units

Range of valid values:

CameraCharacteristics.SensorInfoSensitivityRange

Optional - This value may be null on some devices.

Full capability - Present on all camera devices that report being CameraMetadata.INFO_SUPPORTED_HARDWARE_LEVEL_FULL devices in the CameraCharacteristics.InfoSupportedHardwareLevel key

[Android Documentation]

Requirements

Namespace: Android.Hardware.Camera2
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0