CameraManager
CameraManager copied to clipboard
Simple Swift class to provide all the configurations you need to create custom camera view in your app
Hi, I am using the version 5.1.3 SDK and while capturing the images sometimes we continuously getting the white image in output. Reference image is the captured image:
Stopped working on iOS 14.5 update.
** After capturing image, when i place that image on same ViewController, sometimes it rotates automatically. Please suggest me something to resolve this issue. Thanks! ** 
Hello folks, Please help in this issue, I am recording video on iPad application but for some devices , it's capturing black as first frame. Any help appreciated. Thanks in...
When I stop recording and tap again in the recording button it crashes. [AVCaptureMovieFileOutput startRecordingToOutputFileURL:recordingDelegate:] No active/enabled connections" 
``` self.cameraManager.cameraOutputMode = .videoWithMic self.cameraManager.startRecordingVideo() ``` using above code . Can someone please help me out?
@IBAction func changeCameraQuality() { switch cameraManager.cameraOutputQuality { case .high: qualityLabel.text = "Medium" cameraManager.cameraOutputQuality = .medium case .medium: qualityLabel.text = "Low" cameraManager.cameraOutputQuality = .low case .low: qualityLabel.text = "High" cameraManager.cameraOutputQuality =...
When I trigger the QR detection via the following code, it will only read one QR code. My code: ``` fileprivate func startQRCodeDetection() { cameraManager.startQRCodeDetection { (result) in switch result...
It is missing a callback after the recording stops and the user don't give permissions to save the video to the Photo Library. As the code is right now the...
Hello, I routinely get crashes for setupCamera and updateCameraDevice. Please help in resolving these issues.   