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

Sometimes, cameraManager.stopVideoRecording seems work perfection in lower duration recording, but when try to do more recording then it will not return completion block, it was not going in below condition...

When using the front camera with `shouldFlipFrontCameraImage` set to `true` shows the image without being horizontally flipped. Changing it to `false` doesn't do anything either.

Please help to support orientation perfectlly. I am getting issue in orientations

I’m confused. I created a new project. Added Swift package to project. Added a cameraView & label to storyboard. Build & run on device (iPad Pro 10.5” - iPadOS 14)...

Hi there, Using your Hello world example from the README, and [your pretty straight forward documentation], I'm experiencing an issue where the exposure / capture gets very blurry, and/or darkened...

Are you going to accept pull requests? Thanks

How to apply video filter

After recording a video and playing in AVPlayer, noise appears

`"*** -[AVCaptureSession startRunning] startRunning may not be called between calls to beginConfiguration and commitConfiguration"` Example setup: ``` public private(set) lazy var cameraManager = with(CameraManager()) { $0.shouldEnableExposure = false $0.cameraDevice =...