hyperoslo / hyperoslo/ImagePicker

AVCaptureStillImageOutput' was deprecated in iOS 10.0: Use AVCapturePhotoOutput instead

Open
#473 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Swift
Stars
4.9k
Forks
673
PR merge metrics
No merged PRs in 30d

Description

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

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.