fixed wrong orientation when camera preview starts in landscape mode
This commit is contained in:
parent
31f57cb03c
commit
118d1a66d3
|
|
@ -487,6 +487,7 @@ class CameraManager: NSObject, AVCaptureFileOutputRecordingDelegate {
|
|||
validCaptureSession.startRunning()
|
||||
self._startFollowingDeviceOrientation()
|
||||
self.cameraIsSetup = true
|
||||
self._orientationChanged()
|
||||
|
||||
completition()
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue