Skip to content

Instantly share code, notes, and snippets.

@tdcolvin
Created December 10, 2024 10:54
Show Gist options
  • Save tdcolvin/0598e0b38dece2aae3a5ca4ffbb50d24 to your computer and use it in GitHub Desktop.
Save tdcolvin/0598e0b38dece2aae3a5ca4ffbb50d24 to your computer and use it in GitHub Desktop.
var cameraControl by remember { mutableStateOf<CameraControl?>(null) }
fun rebindCameraProvider() {
val camera = cameraProvider.bindToLifecycle( … )
cameraControl = camera.cameraControl
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment