SilenceLove / HXPHPicker

Photo/Video Selector-Supports LivePhoto, GIF selection, online download of resources on iCloud, and editing of photos/videos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

laozi45 opened this issue · comments

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