gpt4 book ai didi

ios - Xcode 12 beta 6 中缺少 availableRawPhotoPixelFormatTypes

转载 作者:行者123 更新时间:2023-12-04 08:55:09 26 4
gpt4 key购买 nike

我得到以下片段:

let newPhotoSettings = AVCapturePhotoSettings(rawPixelFormatType: OSType(self.photoOutput.availableRawPhotoPixelFormatTypes.first!), processedFormat: nil)
当我在 Xcode 12 beta 6 中构建时,出现以下错误:
Value of type 'AVCapturePhotoOutput' has no member 'availableRawPhotoPixelFormatTypes'
当我查看 API 文档( here )时,它没有显示 availableRawPhotoPixelFormatTypes 已弃用。
其他人有这个问题吗?
更新
仅当我尝试为主屏幕小部件呈现 SwiftUI 预览时才会出现上述错误。如果我正常运行该项目,它运行得很好,没有错误。
此外,我在预览像素类型时遇到相同的错误:
photoSettings.previewPhotoFormat = [kCVPixelBufferPixelFormatTypeKey as String: photoSettings.availablePreviewPhotoPixelFormatTypes[0]]

Value of type 'AVCapturePhotoSettings' has no member 'availablePreviewPhotoPixelFormatTypes'

最佳答案

现在似乎这分为两个查询:
使用 availableRawPhotoFileTypes获取支持的RAW文件类型,选择其中一种,然后用supportedRawPhotoPixelFormatTypes(for fileType: AVFileType)询问对应的支持格式类型。 .
我认为现在 iOS 只支持 DNG 文件,但分离 API 可能更适合 future 。

关于ios - Xcode 12 beta 6 中缺少 availableRawPhotoPixelFormatTypes,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/63865476/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com