Andrew Walz

Results 8 comments of Andrew Walz

This is a good idea. I will add this on a future release

I justed tested and my iPhone 7 records at 3840x2160. Can you confirm this occurs for the back camera and not the front

I haven't run into this issue. I was hoping that checking for `self.session.isRunning` is `true` before calling `captureStillImageAsynchronouslyFromConnection:completionHandler:`, but it appears this exception is raised while `self.session.isRunning` is `true`. Can...

If you are running from source, can you try: fileprivate func capturePhotoAsyncronously(completionHandler: @escaping(Bool) -> ()) { guard self.session.isRunning == true else { print("Cannot take photo while session isn't running") return...

Yes I would Andrew