Post

Replies

Boosts

Views

Activity

Comment on When saving a 48MP image, CGImageDestinationFinalize consumes a large amount of memory. Are there any optimization methods available?
Yes, these 48MP images from AVCaptureSession with AVCapturePhotoOutput. I will store it with heic or jpeg format. is there a way can write 48MP to file without CGImageDestination and it could modified metadata(exif info)? and I researched it for a while. were you referring this photo.fileDataRepresentation(with: AVCapturePhotoFileDataRepresentationCustomizer)?
Jul ’25
Comment on When saving a 48MP image, CGImageDestinationFinalize consumes a large amount of memory. Are there any optimization methods available?
I think this might work for my current task, but it won’t work in other scenarios. For example, when I need to add both the original and modified images to a single HEIC file, I have to use ImageIO instead.
Replies
Boosts
Views
Activity
Jul ’25
Comment on When saving a 48MP image, CGImageDestinationFinalize consumes a large amount of memory. Are there any optimization methods available?
Yes, these 48MP images from AVCaptureSession with AVCapturePhotoOutput. I will store it with heic or jpeg format. is there a way can write 48MP to file without CGImageDestination and it could modified metadata(exif info)? and I researched it for a while. were you referring this photo.fileDataRepresentation(with: AVCapturePhotoFileDataRepresentationCustomizer)?
Replies
Boosts
Views
Activity
Jul ’25
Comment on why does tripple camera take photo faster than single camera device?
No, My problem is that I encountered during development. I am using AVFoundation to develop a Camera app.
Replies
Boosts
Views
Activity
Dec ’24
Comment on sceneWillResignActive be called after app launched from CameraCaptureIntentCaptureIntent
No, user didn't do anything. just click(long press) app icon on lock screen and after faceID unlock, app will be open, maybe some configuration are incorrect? Could you give me more information about when and why sceneWillResignActive will be called?
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Nov ’24