Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save owahltinez/4a9bd5bf03bb1a631fe7444087ca13e4 to your computer and use it in GitHub Desktop.
Save owahltinez/4a9bd5bf03bb1a631fe7444087ca13e4 to your computer and use it in GitHub Desktop.
val session: CameraCaptureSession = ... // from CameraCaptureSession.StateCallback
val captureRequest = session.device.createCaptureRequest(CameraDevice.TEMPLATE_PREVIEW)
captureRequest.addTarget(previewSurface)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment