See What Any Camera on Any iOS Device Can See
Daily Coding Tip 234
There are many different cameras across iOS. The only one that is restricted to iOS 15.4 is .builtInLiDARDepthCamera, and I had originally planned to make two versions of the conformance to CaseIterable conformance. If iOS 15.4 is available, this case would be added, and otherwise it would be left out. This became somewhat …


