Package com.
devbase.
presentation.
camerax
Defines cameraX
implementation and common use cases with it
Types
Link copied to clipboard
class CameraXHandler( lifeCycle: LifecycleOwner, view: PreviewView, lensFacing: Int = CameraSelector.LENS_FACING_BACK)
Content copied to clipboard
Link copied to clipboard
class QrScanner(handler: CameraXHandler, action: (Boolean, String) -> Unit) : ImageAnalysis.Analyzer
Content copied to clipboard
Handler class for Scanning QR Code purposes
Link copied to clipboard
class StoreImage(handler: CameraXHandler) : ImageCapture.OnImageSavedCallback
Content copied to clipboard
Use case of androidx.camera.core.CameraX to store image