CameraManager
CameraManager copied to clipboard
Simple Swift class to provide all the configurations you need to create custom camera view in your app
Will, their new problem related to freezing camera, when I enter the background then back to the app the camera just freeze ad after multiple try it may come again,...
Hi! I have encountered this random error in version **5.1.3** . I try to change continuously and it works perfectly. Can you think of a way to replicate it to...
Thanks for this awesome library. Could you please help me with this problem? Is there any way to set a name for the image/video that is being saved? Or any...
Fixed mistake in assigning `qrOutput` variable so when `stopQRCodeDetection()` is called, the output is removed from the capture session. The issue can be reproduced when you call `startQRCodeDetection()` then `stopQRCodeDetection()`...
Hello, Firstly, thanks for you work! I'm using CameraManager to create an instagram like experience recording videos or taking pictures. In order to do that, I have one button to...
Hello, I am using latest version of pod. I am frequently getting this crash on my production app.  Any idea on how to resolve this?
After capturing the image, how I can print image path and image name of that captured image?
 partial apply for closure #1 in CameraManager.capturePictureDataWithCompletion(_:) Fatal Exception: NSInternalInconsistencyException *** -[AVCaptureStillImageOutput captureStillImageAsynchronouslyFromConnection:completionHandler:] Inconsistent state partial apply for closure #1 in CameraManager.capturePictureDataWithCompletion(_:) Crashed: com.twitter.crashlytics.ios.exception SIGABRT ABORT 0x00000001afc0eebc
When i change camera output mode then its show blue screen for some second if my output mode is video with mic and change to cameraManager.cameraOutputMode = .stillImage then it...