Multiple PhotogrammetrySession in parallel?

Is it possible to have multiple photogrammetry session running in parallel. I would like to process multiple sets of photos at the same time.

Thank you for your help.

Replies

You may create multiple PhotogrammetrySession.Requests for multiple sets of photos, and then call process(requests:) to process all of those requests.