Skip to content

Commit 17e444f

Browse files
committed
Merge branch 'master' into phil-dist_model_v5
* master: Allow calibration with iOS photo preset.
2 parents 954d20a + 9ca8936 commit 17e444f

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)