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

I am following all the steps under "Install manually", but still I get the error "No such module `CameraEngine`" Please help me.

When taking a sequence of photos with the camera example, I get the following error: -[AVCapturePhotoOutput capturePhotoWithSettings:delegate:] Settings may not be re-used' Any idea how to create a unique value...

i got this fatal error ´´´Swift fatalError("[CameraEngine] error initInputDevice") ´´´ And i print put the error, it was this one: _Error Domain=AVFoundationErrorDomain Code=-11852 "Cannot use iPod Microphone" UserInfo={NSLocalizedDescription=Cannot use iPod...

Why has the iOS 10 been set as **minimum deployment target**? Can it be changed to at least 9.0 so that iPhone 4 users also could be using my app...

ready

When I start a session for the first time, it shows a dialog asking the user for a microphone permission. I do not want the microphone to be used and...

It fails to build saying that the value of type 'CameraEngine' has no member 'cameraZoomFactor'.

Error: fatal error: unexpectedly found nil while unwrapping an Optional value at this line of code ``` self.previewLayer.connection.videoOrientation = AVCaptureVideoOrientation.orientationFromUIDeviceOrientation(UIDevice.currentDevice().orientation) ``` in function ``` private func handleDeviceOrientation() { if self.rotationCamera...

This is when building app for "In House" and using cocoapod Failed to verify code signature of /private/var/installd/Library/Caches/com.apple.mobile.installd.staging/....../Frameworks/CameraEngine.framework I'm not too familiar with cocoapod but it seems like the info.plist...