Skip to content

Instantly share code, notes, and snippets.

@b-r-o
Created May 3, 2017 20:36
Show Gist options
  • Save b-r-o/30a0309ab7ed68c7bdda824ca0ed5029 to your computer and use it in GitHub Desktop.
Save b-r-o/30a0309ab7ed68c7bdda824ca0ed5029 to your computer and use it in GitHub Desktop.
Remove the current input device
guard let currentCaptureInput = self.captureSession.inputs.first as? AVCaptureInput else { return }
self.captureSession.removeInput(currentCaptureInput)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment