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

xcode 8.1, swift3. CameraEngineExample I'm using blesson3 master branch (https://github.com/blesson3/CameraEngine.git)

Hi, When I launch the app first time, everything is working fine. If I start recording the video and then flip the camera, then also it works fine. But when...

After photo capture I need to crop image by layer rect. Presset option is .photo. `func capturePhoto(_ blockCompletion: @escaping blockCompletionCapturePhoto) { let connectionVideo = self.stillCameraOutput.connection(withMediaType: AVMediaTypeVideo) connectionVideo?.videoOrientation = AVCaptureVideoOrientation.orientationFromUIDeviceOrientation(UIDevice.current.orientation) self.stillCameraOutput.captureStillImageAsynchronously(from:...

@remirobert Video and Photos taken using the front-facing camera are mirrored from whats shown in the `previewLayer`. I know even the iOS camera behaves like this but I prefer the...

Hi, is it possible to use CameraEngine to make SlowMotion videos? Drew

`...Pods/CameraEngine/CameraEngine/CameraEngineMetadataOutput.swift:91:18: Expression pattern of type 'String' cannot match values of type 'String!'` There is an cocoa pods issue with Swift 3 Regards

There seems to be an issue with the swift 3 branch, I can't seem to get it to work... I download the branch via cocoapods, and it seems to be...

Please update the swift 3.0 branch to current syntax.