You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi guys, here are some of the warning alerts from Xcode: These are all in the CameraMan.swift file
'AVCaptureStillImageOutput' was deprecated in iOS 10.0: Use AVCapturePhotoOutput instead.
'devices()' was deprecated in iOS 10.0: Use AVCaptureDeviceDiscoverySession instead.
'AVCaptureStillImageOutput' was deprecated in iOS 10.0: Use AVCapturePhotoOutput instead.
'AVVideoCodecJPEG' was deprecated in iOS 11.0: renamed to 'AVVideoCodecType.jpeg'
'AVCaptureStillImageOutput' was deprecated in iOS 10.0: Use AVCapturePhotoOutput instead.
'isFlashModeSupported' was deprecated in iOS 10.0: Use AVCapturePhotoOutput's -supportedFlashModes instead.
'flashMode' was deprecated in iOS 10.0: Use AVCapturePhotoSettings.flashMode instead.
Can someone please rewrite the code in the GitHub CameraMan.swift file? Thank you.
The text was updated successfully, but these errors were encountered:
Hi guys, here are some of the warning alerts from Xcode: These are all in the CameraMan.swift file
'AVCaptureStillImageOutput' was deprecated in iOS 10.0: Use AVCapturePhotoOutput instead.
'devices()' was deprecated in iOS 10.0: Use AVCaptureDeviceDiscoverySession instead.
'AVCaptureStillImageOutput' was deprecated in iOS 10.0: Use AVCapturePhotoOutput instead.
'AVVideoCodecJPEG' was deprecated in iOS 11.0: renamed to 'AVVideoCodecType.jpeg'
'AVCaptureStillImageOutput' was deprecated in iOS 10.0: Use AVCapturePhotoOutput instead.
'isFlashModeSupported' was deprecated in iOS 10.0: Use AVCapturePhotoOutput's -supportedFlashModes instead.
'flashMode' was deprecated in iOS 10.0: Use AVCapturePhotoSettings.flashMode instead.
Can someone please rewrite the code in the GitHub CameraMan.swift file? Thank you.
The text was updated successfully, but these errors were encountered: