Skip to content

Instantly share code, notes, and snippets.

@anupamchugh
Created August 21, 2020 15:34
Show Gist options
  • Save anupamchugh/90a96ff2f8cd399e6ef76a014c3ef3b8 to your computer and use it in GitHub Desktop.
Save anupamchugh/90a96ff2f8cd399e6ef76a014c3ef3b8 to your computer and use it in GitHub Desktop.
extension ViewController: AVCaptureVideoDataOutputSampleBufferDelegate{
func captureOutput(_ output: AVCaptureOutput, didOutput sampleBuffer: CMSampleBuffer, from connection: AVCaptureConnection) {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment