Skip to content

Instantly share code, notes, and snippets.

@IrregularShed
Created November 11, 2014 15:25
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 IrregularShed/ee1a0edc4ce69d1790c5 to your computer and use it in GitHub Desktop.
Save IrregularShed/ee1a0edc4ce69d1790c5 to your computer and use it in GitHub Desktop.
All the different valid values for the preview images coming out of a Google Glass camera.
/*
Valid Google Glass Camera preview sizes:
1920x1080, 1280x960, 1280x720, 1024x768, 1024x576, 960x720, 800x480, 768x576, 720x576, 720x480,
768x576, 640x480, 640x368, 640x360, 512x384, 512x288, 416x304, 416x240, 352x288, 320x240,
320x192, 256x144, 240x160, 224x160, 176x144, 160x120, 128x96,
960x1280, 720x1280, 768x1024, 576x1024, 720x960, 480x800, 576x768, 576x720, 576x768, 480x720,
480x640, 368x640, 384x512, 288x512, 304x416, 240x416, 288x352, 240x320, 192x320, 144x256,
160x240, 160x224, 144x176, 120x160, 96x128
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment