Camera-SwiftUI
Camera-SwiftUI copied to clipboard
A lightweight camera library for quick integration with SwiftUI - iOS/iPadOS only
Hello, I tried to modify the `capturePhoto()` function to allow depth data delivery but in the photo callback, the depth data is still nil. I tried to modify the configuration...
Privacy Updates for AppStore submission ## Expected Behavior Developers are responsible for all code included in their apps. At WWDC23, Apple introduced new privacy manifests and signatures for commonly used...
Even if you rotate the device orientation, the preview screen will be fixed in portrait orientation. Even if you take a picture, the result is the same problem. Is there...
Is there any way to fill the whole screen?
This fixes https://github.com/rorodriguez116/Camera-SwiftUI/issues/8, by overriding `videoGravity` to fill the available space: ```swift CameraPreview(session: model.service.session, videoGravity: .resizeAspectFill) ``` Also adds privacy manifest required by Apple.