Skip to content

Instantly share code, notes, and snippets.

@anka
Created January 4, 2015 16:21
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 anka/dd2aba0270bf0c97bced to your computer and use it in GitHub Desktop.
Save anka/dd2aba0270bf0c97bced to your computer and use it in GitHub Desktop.
iOS camera overlay constants
//transform values for full screen support
#define CAMERA_TRANSFORM_X 1
#define CAMERA_TRANSFORM_Y 1.12412
//iphone screen dimensions
#define SCREEN_WIDTH 320
#define SCREEN_HEIGTH 480
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment