Camera-SwiftUI icon indicating copy to clipboard operation
Camera-SwiftUI copied to clipboard

A lightweight camera library for quick integration with SwiftUI - iOS/iPadOS only

Results 5 Camera-SwiftUI issues
Sort by recently updated
recently updated
newest added

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...

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.