Last active
December 9, 2015 19:20
-
-
Save mactkg/72c887f93930525a12bb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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