Open MarsXan opened 4 years ago
I Have the same problem! Does anyone have solutions?
@MarsXan and @damienissa,
are you using the Example App and the latest CameraManager version (5.1.3)?
I'm using the last version in my app
@MarsXan and @damienissa
I'm going to take a look at this. Can you share your CameraManager setup? It would help me replicate the issue.
@torrao I was running into this also, here is a gist of my code.
https://gist.github.com/KevinGlinski/9d1da23f81619661768fd07bcb16ce84
The strange thing is that setupCameraManager sets output mode to video, but then in startRecording when we call startRecordingVideo output mode is set back to .stillImage. If I uncomment line 82 to set output mode back to video then I get the no connection error. This makes me think that something is losing/resetting state based on how the view/viewcontrollers are setup
@torrao Any update on this please? It's important for me and i am getting this crash. Anyone found a solution for this?
When I stop recording and tap again in the recording button it crashes. [AVCaptureMovieFileOutput startRecordingToOutputFileURL:recordingDelegate:] No active/enabled connections"