CameraManager
CameraManager copied to clipboard
Simple Swift class to provide all the configurations you need to create custom camera view in your app
When capturing photos, preview layer shows in aspectFill ratio. But if we need to show it without filling arter the capture, a strange zooming effect occur.
I try to achieve rectangle mask overlay on camera view and capture only rectangle area. Is it possible to achieve using camerManager.
I have a record button, I put breakpoints to see what was going on and it looks like startRecording is working, but when I press the button again (to change...
**Types of changes** - - Added enumeration definition named `uWide` in `CameraManager.swift` - Added `AVCaptureDevice` for `.builtInUltraWideCamera` - Added `UILabel` named Lens Label for switching between 1x to 0.5x lens...
So I have this app that's more than likely going to be used on iPhones 11+ and most of them support 0.5x zoom. I've been trying for quite a while...
We need to add support for the ultra-wide camera if the device has it.
Anyone else finding that if you compile with Xcode 12.5 or 13 that you get the following (but works find with 12.2) Building universal frameworks with common architectures is not...
Video Recording not working and also stop recording not working.
Hi, Thanks for the library. Is there any way to check if the camera manager is currently recording video?
I have two problem: 1. I change exposure level to brighter, then start record, it's automatic reset to balance level, it's not happen when I change exposure to darker. 2....