hyperoslo / hyperoslo/ImagePicker
AVCaptureStillImageOutput' was deprecated in iOS 10.0: Use AVCapturePhotoOutput instead
Open
- 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
Assessment
This issue has not been assessed yet.