CameraEngine icon indicating copy to clipboard operation
CameraEngine copied to clipboard

:monkey::camera: Camera engine for iOS, written in Swift, above AVFoundation. :monkey:

Results 42 CameraEngine issues
Sort by recently updated
recently updated
newest added

If anyone needs Swift 4.1 version of Camera Engine it is available [here](https://github.com/oozou/CameraEngine/tree/hotfix/permissions-api-and-swift-4-integration) This branch also contains some code refactoring per specific project requirements, which you might find helpful for...

``` *** Skipped building CameraEngine due to the error: Dependency "CameraEngine" has no shared framework schemes ```

is there any functionality for cropping and rotating photo after clicking the image?

It's the Example. How to fix it? ![schermafdruk 2017-08-22 18 00 41](https://user-images.githubusercontent.com/4254854/29575117-dbfa0528-8763-11e7-902d-01658594a5ff.png)

is it possible to store video buffer for 5 seconds and after tap of button, it save the last 5 seconds? there can be multiple tap during camera preview. every...

Fixed issues #76(crashing due to nil preview layer) and #67(crashing on second photo capture due to old settings object).

Using the example provided, ive added the following lines to viewDidLoad() ```swift self.cameraEngine.metadataDetection = .barcode self.cameraEngine.blockCompletionCodeDetection = { codeObject in print(codeObject.stringValue) let valueCode = codeObject.stringValue let frameCode = (codeObject as...

Can't seem to find a fix for this one. Anyone? See pic.