0
我想能夠使用自定義相機,並將代碼從swift 2轉換爲swift 3;我非常完整;但我收到有關設備的這個錯誤;我想有一個後部和前置攝像頭和前迅速2,你會設置像這樣的設備:AV基金會與相機問題
let devices = AVCaptureDevice.devices(withMediaType: AVMediaTypeVideo) as! [AVCaptureDevice]
我現在使用的是什麼Xcode是告訴我使用的是:
let devices = AVCaptureDeviceDiscoverySession(deviceTypes: [AVCaptureDevice], mediaType: AVMediaTypeVideo, position: AVCaptureDevicePosition)
但我得到這個錯誤
cannot convert value of type 'AVCaptureDevice.type' to expected argument type '[AVCaptureDeviceType]'