fixed wrong orientation when camera preview starts in landscape mode

This commit is contained in:
David Yun 2015-02-16 11:26:42 -08:00
parent 31f57cb03c
commit 118d1a66d3
1 changed files with 1 additions and 0 deletions

View File

@ -487,6 +487,7 @@ class CameraManager: NSObject, AVCaptureFileOutputRecordingDelegate {
validCaptureSession.startRunning()
self._startFollowingDeviceOrientation()
self.cameraIsSetup = true
self._orientationChanged()
completition()
}