Mikhail Smirnov

Results 19 comments of Mikhail Smirnov

I've found the solution, you have to change this line `[_captureConnection setVideoMirrored:(_cameraSensor == Back)];` to `[_captureConnection setVideoMirrored:(sensor == Front)];` in file `CameraPreview.m` on line 91 @dim-apparence @ChokShen please fix the...

Another bug with photo, change in file `CameraPictureController.m` on line 59 from `UIImageOrientationRight` to `UIImageOrientationLeftMirrored`

Do you have any ideas how to fix it? I have the same errors

Do you have any ideas how to fix it?