SilenceLove / HXPHPicker

Photo/Video Selector-Supports LivePhoto, GIF selection, online download of resources on iCloud, and editing of photos/videos
MIT License
364 stars 74 forks source link

拍照获取到的图片永远都是480X852 将sessionPreset 设置为hd4K3840x2160 也是不行,在拍照完成回调中获取图片的方式好像有点问题 #97

Closed laozi45 closed 1 year ago

laozi45 commented 1 year ago

在这个func photoOutput(_ output: AVCapturePhotoOutput, didFinishProcessingPhoto photo: AVCapturePhoto, error: Error?) 方法中,根据 photo.fileDataRepresentation() 获取图片data是根据sessionPreset设置的分辨率,photo.previewPixelBuffer 获取的CIImage 一直是480X852分辨率