Created
December 9, 2024 22:09
-
-
Save tdcolvin/97a4f02afaec2606f4908dd1b5dac1f3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@Composable | |
fun CameraPreview( … ) { | |
val localContext = LocalContext.current | |
LaunchedEffect(Unit) { | |
cameraProvider = ProcessCameraProvider.awaitInstance(localContext) | |
} | |
… | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment