When I use RoomPlan, I notice performance issues in larger rooms or those with a lot of furniture. Is there a way to configure RoomPlan to focus only on detecting properties of a surface (window, door opening and wall) during scanning, possibly through an argument or setting? Filtering afterward is an option, but it doesn't address the slowdown during the scan.
Reducing lag by configuring RoomPlan to scan only windows and doors
Hey @ChrisE96,
I am assuming that you are building this on iOS, is that correct? I ask as you chose the Spatial Computing topic which is focused on Apple Vision Pro development.
Assuming you're building on iOS, have you considered using ARKit instead of RoomPlan to detect planes? The sample code Tracking and Visualizing Planes is a great place to start. You can use ARPlaneAnchor.Classification
to characterize each surface.
Let me know if that helps,
Michael