Skip to content

Instantly share code, notes, and snippets.

@magdamiu
Created August 8, 2020 19:23
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/5a650cc2d8723199fd87bd22a57d8d9d to your computer and use it in GitHub Desktop.
Save magdamiu/5a650cc2d8723199fd87bd22a57d8d9d to your computer and use it in GitHub Desktop.
Smile, it’s CameraX! [preview and capture] | Capture - Step 4: call takePicture()
imageCapture.takePicture(outputFileOptions, cameraExecutor,
object : ImageCapture.OnImageSavedCallback {
override fun onImageSaved(outputFileResult: ImageCapture.OutputFileResults) {
// yey!!! :)
}
override fun onError(exception: ImageCaptureException) {
// ohhh!!! :(
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment