Commit 5db08961 authored by Alexander Shishkov's avatar Alexander Shishkov

fixed Kirill's comments

parent 0cee15eb
......@@ -470,7 +470,7 @@
device.whiteBalanceMode = AVCaptureWhiteBalanceModeLocked;
[device unlockForConfiguration];
} else {
NSLog(@"unable to lock device for locked exposure configuration %@", [error localizedDescription]);
NSLog(@"unable to lock device for locked white balance configuration %@", [error localizedDescription]);
}
}
}
......@@ -484,7 +484,7 @@
device.whiteBalanceMode = AVCaptureWhiteBalanceModeContinuousAutoWhiteBalance;
[device unlockForConfiguration];
} else {
NSLog(@"unable to lock device for autoexposure configuration %@", [error localizedDescription]);
NSLog(@"unable to lock device for auto white balance configuration %@", [error localizedDescription]);
}
}
}
......
......@@ -32,7 +32,7 @@
#import "opencv2/highgui/cap_ios.h"
#include "precomp.hpp"
#pragma mark - Private Interface mark - Private Interface
#pragma mark - Private Interface
@interface CvPhotoCamera ()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment