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, this is the new Apple Privacy Manifest ["Describing use of required reason API"](https://developer.apple.com/documentation/bundleresources/privacy_manifest_files/describing_use_of_required_reason_api): > Your app or third-party SDK must declare one or more approved reasons that accurately reflect...

When the IPAd air model m2 processor clicks photo its photo is inverted. But other iPad works fine.

能否增加设备方向选择这一属性,支持portrait、landscapeLeft、landscapeRight三个方向,自由选择是否支持portraitUpsideDown。 应用场景:app 仅支持portrait、landscapeLeft、landscapeRight三个方向 出现错误情况:设备portraitUpsideDown方向时,拍出来的照片是倒置的

**Bugfix:** 1. fix a bug: the `qrOutput` doesn't get assigned in the `startQRCodeDetection`, after AVCaptureMetadataOutput creation , which makes `stopQRCodeDetection` useless. **Feature:** 1. Extend the `startQRCodeDetection` method with a `withTypes`...

Hi, If you cannot maintain this repository correctly, I would recommend push a last version with merged PR, and give access to `captureSession` for we can create our own features....

Hi, That would be nice to be able to turn on/off the torch without recording video or taking photo, Something like this should be enough: ```swift cameraManager.torchMode = .on ```...