Skip to content

Instantly share code, notes, and snippets.

@tdcolvin
Created December 9, 2024 10:05
Show Gist options
  • Save tdcolvin/2d13b75f2fa76bb99632ba1946b05c28 to your computer and use it in GitHub Desktop.
Save tdcolvin/2d13b75f2fa76bb99632ba1946b05c28 to your computer and use it in GitHub Desktop.
@Composable
fun CameraPreview( ... ) {
val previewUseCase = remember { androidx.camera.core.Preview.Builder().build() }
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment