package

androidx.camera.core.imagecapture

Interfaces

ImageCaptureControlInterface for controlling ImageCapture.

Classes

BitmapEffectApplies effect to a Bitmap and gets a Bitmap in return.
CameraRequestRequest sent to camera and its callback.
Image2BitmapConvert an ImageProxy to a Bitmap.
ImagePipelineThe class that builds and maintains the ImageCapture pipeline.
JpegBytes2ImageConverts JPEG bytes to ImageProxy.
JpegImage2ResultProduces a ImageProxy as in-memory capture result.
NoMetadataImageReaderA ImageReaderProxy wrapper that does not rely on CameraCaptureResult to deliver ImageProxy.
ProcessingNodeProcesses a single image and invokes androidx.camera.core.imagecapture.TakePictureCallback.
RequestWithCallbackA wrapper of a TakePictureRequest and its androidx.camera.core.imagecapture.TakePictureCallback.
RgbaImageProxyA ImageProxy that is backed by a RGBA_8888 ByteBuffer.
TakePictureManagerManages ImageCapture.takePicture(Executor, ImageCapture.OnImageCapturedCallback) calls.
TakePictureRequestA ImageCapture.takePicture(Executor, ImageCapture.OnImageCapturedCallback) request.