14 April, 2015

Google Glass Acceptable Video Sizes For Camera
By: Matthew Jackson

In case anyone was interested these are the acceptable sizes for the Google Glass Camera. I was having trouble finding the specifications so I ran some code to grab them and I am posting them for anyone else's interest.

You can see the highest HD size available seems to be 1920x1280 or 1280x1920. The lowest available resolution is 128x96 or 96x128. The lowest resolution I found quite fuzzy though, unless you really only need an image that small.

Camera Preview Sizes:
( width, height )
Landscape Sizes:
( 1920, 1080)
( 1280, 960)
( 1280, 720)
( 1024, 768)
( 1024, 576)
( 960, 720)
( 800, 480)
( 768, 576)
( 720, 576)
( 720, 480)
( 768, 576)
( 640, 480)
( 640, 368)
( 640, 360)
( 512, 384)
( 512, 288)
( 416, 304)
( 416, 240)
( 352, 288)
( 320, 240)
( 320, 192)
( 256, 144)
( 240, 160)
( 224, 160)
( 176, 144)
( 160, 120)
( 128, 96)
Portrait Sizes:
( 960, 1280)
( 720, 1280)
( 768, 1024)
( 576, 1024)
( 720, 960)
( 480, 800)
( 576, 768)
( 576, 720)
( 576, 768)
( 480, 720)
( 480, 640)
( 368, 640)
( 384, 512)
( 288, 512)
( 304, 416)
( 240, 416)
( 288, 352)
( 240, 320)
( 192, 320)
( 144, 256)
( 160, 240)
( 160, 224)
( 144, 176)
( 120, 160)
( 96, 128)

All of the above sizes work with Android's Google Glasses. So you can make your videos as big or as small as you would like.

Tags: Android