---
title: "captureView(didPresent:error:)"
framework: roomplan
role: symbol
role_heading: Instance Method
path: "roomplan/roomcaptureviewdelegate/captureview(didpresent:error:)-6em1r"
---

# captureView(didPresent:error:)

Provides a default, blank implementation for the processed scan-results callback.

## Declaration

```swift
func captureView(didPresent processedResult: CapturedRoom, error: (any Error)?)
```

## Parameters

- `processedResult`: A structure that provides detailed information about the dimensions and features of the scanned room.
- `error`: An object that describes the problem when an error occurs; otherwise, nil.

## Discussion

Discussion The system calls this implementation if your app doesn’t implement captureView(didPresent:error:).

## See Also

### Default implementations

- [captureView(shouldPresent:error:)](roomplan/roomcaptureviewdelegate/captureview(shouldpresent:error:)-5l74q.md)
