Awalz / SwiftyCam

A Snapchat Inspired iOS Camera Framework written in Swift
BSD 2-Clause "Simplified" License
2.08k stars 326 forks source link

Fixed optional checking for audio and video device #161

Closed michaelprummer closed 6 years ago

michaelprummer commented 6 years ago

"let audioDeviceInput = try AVCaptureDeviceInput(device: audioDevice!)"

That line still throws an error even in the try block audioDevice!

Like that it also causes problems when testing with the simulator