fix zoom in StillImage Mode
This commit is contained in:
parent
a12d5e28e9
commit
4639a1b661
|
|
@ -141,9 +141,9 @@ public class CameraManager: NSObject, AVCaptureFileOutputRecordingDelegate, UIGe
|
|||
if cameraIsSetup {
|
||||
if cameraOutputMode != oldValue {
|
||||
_setupOutputMode(cameraOutputMode, oldCameraOutputMode: oldValue)
|
||||
_setupMaxZoomScale()
|
||||
_zoom(0)
|
||||
}
|
||||
_setupMaxZoomScale()
|
||||
_zoom(0)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue