ExperimentalCameraFilter
class ExperimentalCameraFilter
androidx.camera.core.ExperimentalCameraFilter |
Denotes that the annotated method uses an experimental API that customizes camera filters to select a specific camera.
CameraSelector.Builder#addCameraFilter(CameraFilter)
can be used to add customized CameraFilter
implementations to the camera selector. Those camera filters will be applied with the internal camera filters. If the CameraFilter
s result in no available camera, the camera selector will thrown an IllegalArgumentException.
Summary
Public constructors | |
---|---|
<init>() Denotes that the annotated method uses an experimental API that customizes camera filters to select a specific camera. |
Public constructors
<init>
ExperimentalCameraFilter()
Denotes that the annotated method uses an experimental API that customizes camera filters to select a specific camera.
CameraSelector.Builder#addCameraFilter(CameraFilter)
can be used to add customized CameraFilter
implementations to the camera selector. Those camera filters will be applied with the internal camera filters. If the CameraFilter
s result in no available camera, the camera selector will thrown an IllegalArgumentException.