captureSession(_:didUpdate:)
Provides a default, blank implementation for when the session updates surfaces and objects during a scan.
Declaration
func captureSession(_ session: RoomCaptureSession, didUpdate room: CapturedRoom)Parameters
- session:
An object that manages the room-scanning process.
- room:
A structure that contains the surfaces and objects that the framework updates during the scan.
Discussion
The system calls this implementation if your app doesn’t implement captureSession(_:didUpdate:) .