Oleksii Zaiakin

Results 2 issues of Oleksii Zaiakin

After photo capture I need to crop image by layer rect. Presset option is .photo. `func capturePhoto(_ blockCompletion: @escaping blockCompletionCapturePhoto) { let connectionVideo = self.stillCameraOutput.connection(withMediaType: AVMediaTypeVideo) connectionVideo?.videoOrientation = AVCaptureVideoOrientation.orientationFromUIDeviceOrientation(UIDevice.current.orientation) self.stillCameraOutput.captureStillImageAsynchronously(from:...