Camera-SwiftUI
Camera-SwiftUI copied to clipboard
Allow overriding video gravity
This fixes https://github.com/rorodriguez116/Camera-SwiftUI/issues/8, by overriding videoGravity to fill the available space:
CameraPreview(session: model.service.session, videoGravity: .resizeAspectFill)
Also adds privacy manifest required by Apple.