Skip to content

Commit

Permalink
Remove perspective correction flag that was used for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph Chow committed Sep 25, 2017
1 parent e986e3b commit 537c3a8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file not shown.
2 changes: 1 addition & 1 deletion src/ARCam.mm
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
if([deviceType isEqualToString:@"iPad"]){
needsPerspectiveAdjustment = true;
}
needsPerspectiveAdjustment = true;

// try to fit the camera capture width within the device's viewport.
// default capture dimensions seem to be 1280x720 regardless of device and orientation.
cam = ofRectangle(0,0,1280,720);
Expand Down

0 comments on commit 537c3a8

Please sign in to comment.