SwiftUICam
SwiftUICam copied to clipboard
it starts new recording after the stop click
in CameraViewController
i think there has to be self.delegate?.didFinishVideoRecording() after the line 576 movieFileOutput.stopRecording()
and the lines from 662 to 664 is not needed DispatchQueue.main.async { self.delegate?.didFinishVideoRecording() }
I am not sure why but I commented saving the video to camera roll code and this problem appeared and the above solved it