Skip to content

Commit 9ca8936

Browse files
committed
Allow calibration with iOS photo preset.
1 parent 45d004f commit 9ca8936

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iOS/SettingsViewController.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ - (void)viewDidLoad
8989
{
9090
[super viewDidLoad];
9191

92-
self.cameraResPresets = [NSArray arrayWithObjects:@"cif", @"480p" /*@"vga"*/, @"720p", @"1080p", @"low", @"medium", @"high", nil];
92+
self.cameraResPresets = [NSArray arrayWithObjects:@"cif", @"480p" /*@"vga"*/, @"720p", @"1080p", @"low", @"medium", @"high", @"photo", nil];
9393

9494
NSUserDefaults *defaults = [NSUserDefaults standardUserDefaults];
9595

0 commit comments

Comments
 (0)