Skip to content

Instantly share code, notes, and snippets.

@magdamiu
Created September 13, 2020 10:50
Show Gist options
  • Save magdamiu/d8ecdb1bedd8746c1fcd7c54c0bbb9b5 to your computer and use it in GitHub Desktop.
Save magdamiu/d8ecdb1bedd8746c1fcd7c54c0bbb9b5 to your computer and use it in GitHub Desktop.
Smile, it’s CameraX! [analysis and extensions] | Analysis - Step 5: update the call to bind lifecycle
// bind the image analysis use case to camera
camera = cameraProvider.bindToLifecycle(
this as LifecycleOwner,
cameraSelector,
imageAnalysis,
preview
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment