Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
willby5890 opened this issue Dec 5, 2020 · 1 comment

Comments

@willby5890
Copy link

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
Copy link
Collaborator

3lvis commented Jan 30, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants