CameraCharacteristicsWrapper.Keys


object CameraCharacteristicsWrapper.Keys


Summary

Public properties

AVAILABLE_COLOR_SPACE_PROFILES

Added in 1.7.0-alpha03
val AVAILABLE_COLOR_SPACE_PROFILESMetadata.Key<ColorSpaceProfilesWrapper>

Key for retrieving the ColorSpaceProfilesWrapper supported by the camera device.

AVAILABLE_DYNAMIC_RANGE_PROFILES

Added in 1.7.0-alpha03
val AVAILABLE_DYNAMIC_RANGE_PROFILESMetadata.Key<DynamicRangeProfilesWrapper>

Key for retrieving the DynamicRangeProfilesWrapper supported by the camera device.

STREAM_CONFIGURATION_MAP

Added in 1.7.0-alpha03
val STREAM_CONFIGURATION_MAPMetadata.Key<StreamConfigurationMapWrapper>

Key for StreamConfigurationMapWrapper.

Use this key to query the compatibility wrapper for android.hardware.camera2.params.StreamConfigurationMap.

Example

val mapWrapper = cameraCharacteristics[CameraCharacteristicsWrapper.Keys.STREAM_CONFIGURATION_MAP]

Prefer using the CameraCharacteristicsWrappers.streamConfigurationMap property to access this value.