CameraEngine
CameraEngine copied to clipboard
:monkey::camera: Camera engine for iOS, written in Swift, above AVFoundation. :monkey:
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? 
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.