Skip to content

Instantly share code, notes, and snippets.

@owahltinez
Last active October 1, 2019 15:10
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 owahltinez/0c8c4b168701dff436655378155316e0 to your computer and use it in GitHub Desktop.
Save owahltinez/0c8c4b168701dff436655378155316e0 to your computer and use it in GitHub Desktop.
val characteristics: CameraCharacteristics = ...
val context = this as Context // assuming we are inside of an activity
val surfaceViewSize = getPreviewOutputSize(
context, characteristics, SurfaceHolder::class.java)
val imageReaderSize = getPreviewOutputSize(
context, characteristics, ImageReader::class.java, format = ImageFormat.YUV_420_888)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment