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