Skip to content

Instantly share code, notes, and snippets.

@magdamiu
Created August 8, 2020 19:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save magdamiu/b69c5ce065f1f6fa9876487e3fd19eb3 to your computer and use it in GitHub Desktop.
Save magdamiu/b69c5ce065f1f6fa9876487e3fd19eb3 to your computer and use it in GitHub Desktop.
Smile, it’s CameraX! [preview and capture] | Capture - Step 5: update the call to bind lifecycle
// bind the image capture use case to camera
camera = cameraProvider.bindToLifecycle(
this as LifecycleOwner,
cameraSelector,
preview,
imageCapture
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment