ExperimentalExposureCompensation
class ExperimentalExposureCompensation
androidx.camera.core.ExperimentalExposureCompensation |
Denotes that the annotated method uses the experimental ExposureCompensation APIs that can control the exposure compensation of the camera.
The feature allow the user to control the exposure compensation of the camera, it includes a setter in androidx.camera.core.CameraControl
and a getter in androidx.camera.core.CameraInfo
.
Summary
Public constructors | |
---|---|
<init>() Denotes that the annotated method uses the experimental ExposureCompensation APIs that can control the exposure compensation of the camera. |
Public constructors
<init>
ExperimentalExposureCompensation()
Denotes that the annotated method uses the experimental ExposureCompensation APIs that can control the exposure compensation of the camera.
The feature allow the user to control the exposure compensation of the camera, it includes a setter in androidx.camera.core.CameraControl
and a getter in androidx.camera.core.CameraInfo
.