FastttCamera icon indicating copy to clipboard operation
FastttCamera copied to clipboard

Fasttt and easy camera framework for iOS with customizable filters

Results 37 FastttCamera issues
Sort by recently updated
recently updated
newest added

FastttCamera now calls `beginBackgroundTaskWithExpirationHandler` upon initialising and calls `endBackgroundTask` upon tearing down. The camera also enqueues blocks on its own serial `NSOperationQueue` rather than relying on the system's global queue...

It seems like FastttCamera is using background thread to access UI API. Enabled Main Thread Checker using Xcode 9 [Apple Doc](https://developer.apple.com/documentation/code_diagnostics/main_thread_checker). Happens in `FastttCamera.m` line number `610` Here's the backtrace...

If the deviceOrientation is faceUp or faceDown, then before this change the code assumes this means portrait orientation. This doesn't work for my iPad app, because often a faceUp iPad...

I merged KhanFu fork which add video support to latest master.

pod install Analyzing dependencies Fetching podspec for `FastttCamera` from `../FastttCamera.podspec` [!] Unable to find a specification for `Masonry (= 0.6.1)`

So as the title suggests, my App is portrait only, however there are instances where i would like to tell the library it is about to take landscape pictures, for...

Hi! I'm using FastttCamera to work around [nasty iOS SDK crash](https://openradar.appspot.com/28108858). However I've found a little issue with FastttCamera itself. STR is similar to one from the radar: 1. Present...

I just built this awesome library into my project and everything seems to be working great except that zooming does not seem to be working. When I use a pinch...