Created
May 14, 2020 21:44
-
-
Save Danesz/6ea017ef2a448420a816cea9b59f7d66 to your computer and use it in GitHub Desktop.
CameraViewController.swift - captureOutput
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
func captureOutput(_ output: AVCaptureOutput, didOutput sampleBuffer: CMSampleBuffer, from connection: AVCaptureConnection) { | |
// do stuff here with the video | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment