CameraCharacteristicsWrapper.Keys


public static class CameraCharacteristicsWrapper.Keys


Summary

Public fields

AVAILABLE_COLOR_SPACE_PROFILES

Added in 1.7.0-alpha03
public static final @NonNull Metadata.Key<@NonNull ColorSpaceProfilesWrapperAVAILABLE_COLOR_SPACE_PROFILES

Key for retrieving the ColorSpaceProfilesWrapper supported by the camera device.

AVAILABLE_DYNAMIC_RANGE_PROFILES

Added in 1.7.0-alpha03
public static final @NonNull Metadata.Key<@NonNull DynamicRangeProfilesWrapperAVAILABLE_DYNAMIC_RANGE_PROFILES

Key for retrieving the DynamicRangeProfilesWrapper supported by the camera device.

INSTANCE

Added in 1.7.0-alpha03
public static @NonNull CameraCharacteristicsWrapper.Keys INSTANCE

STREAM_CONFIGURATION_MAP

Added in 1.7.0-alpha03
public static final @NonNull Metadata.Key<@NonNull StreamConfigurationMapWrapperSTREAM_CONFIGURATION_MAP

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.