Scanbot Compose Camera
fun ScanbotComposeCamera(modifier: <Error class: unknown class> = Modifier.fillMaxSize(), viewModelProvider: () -> ScanbotComposeCameraViewModel, cameraBackgroundColor: <Error class: unknown class> = Color.Black, finderConfiguration: FinderConfiguration? = null, cameraArOverlay: () -> Unit = { }, onPictureSnapped: (ImageRef, CaptureInfo) -> Unit? = null, onViewCreated: (IScanbotCameraView) -> Unit = {}, onCameraOpened: (IScanbotCameraView) -> Unit = {})