Package-level declarations
Types
Link copied to clipboard
interface BarcodeDetectionCallback
Callback interface for barcode detection events.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Convenience callback that persists the captured JPEG to
outputFile before onImageCaptured is called.Link copied to clipboard
interface FocusIndicator
Link copied to clipboard
interface ImageCaptureCallback
Receives image capture results on the main thread.
Link copied to clipboard
Link copied to clipboard
Fragment managing the access to the camera and holding a preview.
Link copied to clipboard
data class SpatialBarcode(val value: String, val type: Barcode.Type, val bounds: Rect? = null, val sourceImageWidth: Int = 0, val sourceImageHeight: Int = 0)