Android.Hardware.Camera2.CaptureResult.SensorExposureTime Property

Syntax

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

See Also

CaptureRequest.ControlAeMode
CaptureRequest.ControlMode
CameraCharacteristics.InfoSupportedHardwareLevel
CameraCharacteristics.SensorInfoExposureTimeRange

Value

Documentation for this section has not yet been entered.

Remarks

Duration each pixel is exposed to light.

If the sensor can't expose this exact duration, it will shorten the duration exposed to the nearest possible value (rather than expose longer). The final exposure time used will be available in the output capture result.

This control is only effective if CaptureRequest.ControlAeMode or CaptureRequest.ControlMode is set to OFF; otherwise the auto-exposure algorithm will override this value.

Units: Nanoseconds

Range of valid values:

CameraCharacteristics.SensorInfoExposureTimeRange

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