Skip to content

Instantly share code, notes, and snippets.

@Lewuathe
Created March 14, 2013 13:37
Show Gist options
  • Select an option

  • Save Lewuathe/5161361 to your computer and use it in GitHub Desktop.

Select an option

Save Lewuathe/5161361 to your computer and use it in GitHub Desktop.
Configuration AVCaptureDevice ref: http://qiita.com/items/e0b93ccaa17a9e0e8f31
device.focusMode = AVCaptureFlashModeOn;
NSError *err;
[device lockForConfiguration:&err];
device.focusMode = AVCaptureFlashModeOn;
[device unlockForConfiguration];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment