ObjectCaptureView
A view that guides a user through capturing images for object capture.
Declaration
@MainActor @preconcurrency struct ObjectCaptureView<Overlay> where Overlay : ViewOverview
The primary view of the Object Capture front-end 3D UI. This view is used to present the UI for a given ObjectCaptureSession. It presents the current state of the wrapped session. The view can be taken down temporarily to show the ObjectCapturePointCloudView or an app’s custom tutorial pages. If a ObjectCaptureView is removed from the content view, creating a new ObjectCaptureView from the original view’s ObjectCaptureSession resumes the in-progress capture session.
Topics
Initializers
Instance Methods
See Also
Model creation
Capturing photographs for RealityKit Object CaptureCreating 3D objects from photographsScanning objects using Object CaptureBuilding an object reconstruction appCreating a photogrammetry command-line appUsing object capture assets in RealityKitPhotogrammetrySessionPhotogrammetrySampleObjectCaptureSessionObjectCapturePointCloudView