CameraManager icon indicating copy to clipboard operation
CameraManager copied to clipboard

Simple Swift class to provide all the configurations you need to create custom camera view in your app

Results 57 CameraManager issues
Sort by recently updated
recently updated
newest added

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:

** After capturing image, when i place that image on same ViewController, sometimes it rotates automatically. Please suggest me something to resolve this issue. Thanks! ** ![1567172727467](https://user-images.githubusercontent.com/53866015/64026211-e7077980-cb5b-11e9-9462-06c08b5230a0.JPEG)

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" ![Screen Shot 2020-08-08 at 9 43 14 AM](https://user-images.githubusercontent.com/20490539/89702966-95ff2880-d95b-11ea-8570-d148d8ea46ee.png)

``` 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. ![image](https://user-images.githubusercontent.com/20511422/96832282-f3355100-1457-11eb-94a7-3cb81441ae1d.png) ![image](https://user-images.githubusercontent.com/20511422/96832313-fdefe600-1457-11eb-93df-36032e621109.png) ![image](https://user-images.githubusercontent.com/20511422/96832348-0b0cd500-1458-11eb-8563-cbb6ffde454b.png)