Skip to content

Instantly share code, notes, and snippets.

@cattaka
Created November 14, 2016 02:33
Show Gist options
  • Save cattaka/1ed0553d320f2d922429b806771af406 to your computer and use it in GitHub Desktop.
Save cattaka/1ed0553d320f2d922429b806771af406 to your computer and use it in GitHub Desktop.
Notes around Camera API 2 of Android

StreamConfigurationMap#getOutputFormats()

  • SO-01H
  • 256 : JPEG
  • 34 : PRIVATE
  • 35 : YUV_420_888
  • SM-N920I
  • 1 : DEPTH16
  • 32 : RAW_SENSOR
  • 256 : JPEG
  • 34 : PRIVATE
  • 35 : YUV_420_888
  • Nexus 6P
  • 32 : RAW_SENSOR
  • 256 : JPEG
  • 34 : PRIVATE
  • 35 : YUV_420_888
  • 36 : RAW_PRIVATE
  • 37 : RAW10
  • ASUS ASUS_Z00ED
  • 256 : JPEG
  • 34 : PRIVATE
  • 35 : YUV_420_888
  • 842094169 : YV12

About maximum capture size

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment