We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"*** -[AVCaptureSession startRunning] startRunning may not be called between calls to beginConfiguration and commitConfiguration"
Example setup:
public private(set) lazy var cameraManager = with(CameraManager()) { $0.shouldEnableExposure = false $0.cameraDevice = .front $0.writeFilesToPhoneLibrary = false $0.cameraOutputMode = .videoWithMic $0.cameraOutputQuality = .hd1280x720 }
And I have the same call as in example app
cameraManager.addPreviewLayerToView(cameraView, newCameraOutputMode: .videoWithMic)
The text was updated successfully, but these errors were encountered:
Hello @piv199,
Were you able to find a solution to resolve this crash?
Sorry, something went wrong.
some issue
No branches or pull requests
"*** -[AVCaptureSession startRunning] startRunning may not be called between calls to beginConfiguration and commitConfiguration"
Example setup:
And I have the same call as in example app
The text was updated successfully, but these errors were encountered: