Exposure

class Exposure(characteristics: CameraCharacteristics, cameraSettings: CameraSettings)(source)

Constructors

Link copied to clipboard
constructor(characteristics: CameraCharacteristics, cameraSettings: CameraSettings)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Gets auto exposure mode.

Link copied to clipboard

Get current camera supported auto exposure mode.

Link copied to clipboard

Gets current camera exposure range.

Link copied to clipboard

Gets current camera exposure compensation step.

Link copied to clipboard

Gets exposure compensation.

Link copied to clipboard

Gets auto exposure lock.

Link copied to clipboard

Get maximum number of available exposure metering regions.

Link copied to clipboard

Gets the exposure metering regions.

Functions

Link copied to clipboard
suspend fun setAutoMode(autoMode: Int)

Sets the auto exposure mode.

Link copied to clipboard
suspend fun setCompensation(compensation: Int)

Sets the exposure compensation.

Link copied to clipboard
suspend fun setIsLocked(isLocked: Boolean)

Sets the auto exposure lock.

Link copied to clipboard
suspend fun setMeteringRegions(meteringRegions: List<MeteringRectangle>)

Sets the exposure metering regions.