Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save nickmeehan/877fd1b8f4abceb40dbd498790c4def6 to your computer and use it in GitHub Desktop.
Save nickmeehan/877fd1b8f4abceb40dbd498790c4def6 to your computer and use it in GitHub Desktop.
AVFoundation - Controller Constants and Variables
let captureSession = AVCaptureSession()
var captureDevice: AVCaptureDevice?
var previewLayer: AVCaptureVideoPreviewLayer?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment