linh-chu/AVCamSample

Question regarding the capture method

Closed this issue · 2 comments

rae89 commented

What is the capture function in ViewController doing? And when is that method being called ?

If what you mean is capture(_ captureOutput:, it is an AVCapturePhotoCaptureDelegate method which is called after you take a photo.

rae89 commented

Thanks for the reply!