SwiftUICam
SwiftUICam copied to clipboard
A Snapchat Style Camera View to use with a SwiftUI interface
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...
I use the ".frame(width:100,height: 150)" , it's doesn't work.thx
I found that the support for video recording in the code is poor, the behavior of toggleVideoRecording is wrong, and there is no function to start and stop recording. Can...
Crashes with error message: Movie file finishing error: Optional(Error Domain=AVFoundationErrorDomain Code=-11859 "Movie recording cannot be started" UserInfo={NSUnderlyingError=0x281c02df0 {Error Domain=NSOSStatusErrorDomain Code=-16419 "(null)"}, NSLocalizedFailureReason=A movie recording is already in progress., NSLocalizedRecoverySuggestion=Stop the...