ImagePicker icon indicating copy to clipboard operation
ImagePicker copied to clipboard

AVCaptureStillImageOutput' was deprecated in iOS 10.0: Use AVCapturePhotoOutput instead

Open willby5890 opened this issue 4 years ago • 1 comments

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] }"

willby5890 avatar Dec 05 '20 16:12 willby5890

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.

3lvis avatar Jan 30 '21 06:01 3lvis