hyperoslo / ImagePicker

:camera: Reinventing the way ImagePicker works.
Other
4.86k stars 676 forks source link

AVCaptureStillImageOutput' was deprecated in iOS 10.0: Use AVCapturePhotoOutput instead #473

Open willby5890 opened 3 years ago

willby5890 commented 3 years ago

Warning appears in CameraMan.swift stating AVCaptureStillImageOutput has been deprecated. The use of the new AVCapturePhotoOutput is not easily implemented. Need update of the CameraMan.swift file.

" stillImageOutput = AVCaptureStillImageOutput() stillImageOutput?.outputSettings = [AVVideoCodecKey: AVVideoCodecType.jpeg] }"

3lvis commented 3 years ago

Any chance to get some help here? I don't have the bandwidth to fix issues but I can take some time to review them and merge them.