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