Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ggfan/639e510a88aa4bf2256a4eaf271807a8 to your computer and use it in GitHub Desktop.
Save ggfan/639e510a88aa4bf2256a4eaf271807a8 to your computer and use it in GitHub Desktop.
try {
camera = cameraProvider.bindToLifecycle(
viewLifecycleOwner,
CameraSelector.DEFAULT_BACK_CAMERA,
videoCapture,
preview
)
} catch (exc: Exception) {
// we are on the main thread, let's reset the controls on the UI.
Log.e(TAG, "Use case binding failed", exc)
resetUIandState("bindToLifecycle failed: $exc")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment