Skip to content

Instantly share code, notes, and snippets.

@mactkg
Last active December 9, 2015 19:20
Show Gist options
  • Save mactkg/72c887f93930525a12bb to your computer and use it in GitHub Desktop.
Save mactkg/72c887f93930525a12bb to your computer and use it in GitHub Desktop.
diff --git a/lib/SRC/AR/arLabeling.c b/lib/SRC/AR/arLabeling.c
index e7c050a..f815ff0 100755
--- a/lib/SRC/AR/arLabeling.c
+++ b/lib/SRC/AR/arLabeling.c
@@ -35,8 +35,8 @@ static ARInt16 l_imageL[640*500];
static ARInt16 l_imageR[640*500];
*/
-#define HARDCODED_BUFFER_WIDTH 1024
-#define HARDCODED_BUFFER_HEIGHT 1024
+#define HARDCODED_BUFFER_WIDTH 1920
+#define HARDCODED_BUFFER_HEIGHT 1920
static ARInt16 l_imageL[HARDCODED_BUFFER_WIDTH*HARDCODED_BUFFER_HEIGHT];
static ARInt16 l_imageR[HARDCODED_BUFFER_WIDTH*HARDCODED_BUFFER_HEIGHT];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment