Category: Camera
-
Get all available cameras in iOS using AVCaptureDevice.DiscoverySession
I’m working on an iOS project that required finding all of the users available cameras on their device. This used to be simple enough prior to iOS 10, as you could just call: This would retrieve all available cameras on the users device. Sadly, thats been deprecated. The confusing world of virtual devices With the…
-
Camera for iOS – A Swift Package
Currently preparing a large post going over Clean Architecture in iOS and how that relates to modularization, but whilst that is in the making, I figured I’d post about my newly released Camera framework, and some of the architectural decisions made. Camera aims to provide a singular, well-tested interface for simple camera interactions. Its headless…