fixed Kirill's comments
authorAlexander Shishkov <alexander.shishkov@itseez.com>
Tue, 18 Jun 2013 02:59:52 +0000 (06:59 +0400)
committerAlexander Shishkov <alexander.shishkov@itseez.com>
Tue, 18 Jun 2013 02:59:52 +0000 (06:59 +0400)
modules/highgui/src/cap_ios_abstract_camera.mm
modules/highgui/src/cap_ios_photo_camera.mm

index a0e8f3e..dc4faaa 100644 (file)
             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]);
         }
     }
 }
             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]);
         }
     }
 }
index f8891f2..f05cfa5 100644 (file)
@@ -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 ()