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 54 CameraManager issues
Sort by recently updated
recently updated
newest added

Hi there. I can use `cameraManager.exposureMode`to set the mode. But it will be great if I can set the level manually in `.custom` mode.

enhancement

Implemented CameraManager a month ago for my custom video camera, and all was working very well. However, having returned back to the project, the completion block within stopVideoRecording does not...

i am taking a video but the orientation will change when i rotate the device , how can i fix the camera orientation?

When There is Low battery app crashed..please check

Why the camera view flashed once where it appeared for the first time ?

Is it possible to change these options?

- removed deprecated methods/objects and replaced with up to date stuff - zoom uses all 3 cameras - for devices with 3 lenses - needs more testing

CameraManager does not work anymore on my device: iPhone 15 Pro Max. It fails in stillImageOutput.captureStillImageAsynchronously. here is the error (which seems to be generic, without more informations) ▿ CaptureResult...

It would be really useful to add the ability to enable mirroring on the result of a front-facing camera video capture, because right now is forcefully flipped.

I am trying to record a video that starts with the back camera and then continues with the back camera. But after tapping the flip camera button during recording, I...