willby5890

Results 3 issues of willby5890

The flashMode was deprecated and a warning shows in CameraMan.swift. The new method is not easily applied. func flash(_ mode: AVCaptureDevice.FlashMode) { guard let device = currentInput?.device, device.isFlashModeSupported(mode) else {...

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...

Downloaded using pod, to my application. Not experienced with obj C and would like to use with Swift. If Swift compatible, would like Swift usage script.