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