How can I export the captured images to macOS?

Hi, I'm watching https://developer.apple.com/videos/play/wwdc2023/10191 and would like to generate a high level detail object, but looks like that is not possible in iOS yet.

However, the project has configuration.isOverCaptureEnabled = true which captures additional images for later transfer them to macOS.

Is there a way to get the images from the phone?

Thanks, Pitt

Answered by NickYaw in 760020022

Yes they are saved in the Images folder created by CaptureFolderManager in the sample app. From there you can built a export functionality.

Accepted Answer

Yes they are saved in the Images folder created by CaptureFolderManager in the sample app. From there you can built a export functionality.

How can I export the captured images to macOS?
 
 
Q