Skip to content

Instantly share code, notes, and snippets.

@tdcolvin
Created December 10, 2024 10:56
Show Gist options
  • Save tdcolvin/c6cb8de8940edc381cd2cfd90002fc50 to your computer and use it in GitHub Desktop.
Save tdcolvin/c6cb8de8940edc381cd2cfd90002fc50 to your computer and use it in GitHub Desktop.
@Composable
fun CameraPreview(
zoomLevel: Float,
...
) {
...
LaunchedEffect(zoomLevel) {
cameraControl?.setLinearZoom(zoomLevel)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment