Scanbot Compose Camera View
fun ScanbotComposeCameraView(modifier: <Error class: unknown class> = Modifier, liveScannerResolution: CameraLiveScannerResolution? = null, cameraArOverlayView: () -> View? = { null }, cameraFinderOverlayView: () -> Unit = { }, cameraModule: CameraModule? = null, cameraPreviewEnabled: Boolean? = null, cameraPreviewMode: CameraPreviewMode? = null, captureQualityPrioritization: CapturePhotoQualityPrioritization? = null, flashEnabled: Boolean? = null, fpsLimit: Int? = null, minFocusDistanceLock: Boolean? = null, orientationLockMode: OrientationLockMode? = null, pinchToZoomEnabled: Boolean? = null, previewBackgroundColor: <Error class: unknown class>, snapAnimationEnabled: Boolean? = null, registerTakePictureAction: (TakePictureActionListener) -> Unit = {}, touchToFocusEnabled: Boolean? = null, zoomFactor: ZoomCameraValue? = null, zoomRange: ComposeCameraZoomRange?, onViewCreated: (IScanbotCameraView) -> Unit = {}, onCameraOpened: (IScanbotCameraView) -> Unit = {}, onPinchToZoom: (Float) -> Unit = {}, onPictureSnapped: (ImageRef, CaptureInfo) -> Unit = { _, _ -> })