Let's say I use the object capture iOS app to capture multiple images of an object that I wish to reconstruct on my Mac.
Is it possible to create a UI/UX MacOS app in which a user is able to reconstruct the the images to create 3D model using the app interactively instead of soley using command-line?
e.g. I want to be able to use this logic from this app to create a MacOS app with UI/UX
https://developer.apple.com/documentation/realitykit/creating_a_photogrammetry_command-line_app
Is this possible?