Skip to content

Instantly share code, notes, and snippets.

@nkmrh
Created February 28, 2018 07:06
Show Gist options
  • Save nkmrh/acf7d82c060cf4887dd8e1d79f3a20f8 to your computer and use it in GitHub Desktop.
Save nkmrh/acf7d82c060cf4887dd8e1d79f3a20f8 to your computer and use it in GitHub Desktop.
Torch workaround
try? videoDevice.lockForConfiguration()
if newValue > 0.1 {
try? videoDevice.setTorchModeOn(level: newValue)
} else {
videoDevice.torchMode = .off
}
videoDevice.unlockForConfiguration()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment