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

Accepted Reply

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

  • Thanks for confirming!

Add a Comment

Replies

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

  • Thanks for confirming!

Add a Comment