Post

Replies

Boosts

Views

Activity

Reply to RoomPlan Parameter Modification
Hi Nate1244. Thank you for the question. Short: No. Long: You can access a lot of the ModelEntities of the scene. Then you can add either anchors to the scene anchors with your custom objects which can be queries if the recognized window is actually a window. It would require user input but acc would be 100%. For other more advanced solutions you would need the Vision framework, OpenCV or similar. There are a lot of demo projects on Github. One is a more advanced app which actually shows textual overlays. If you need more info feel free to ask. Best regards, Mladen
Mar ’23
Reply to Modifying CapturedRoom in RoomPlan
Hi sducouedic. Thank you for the question. There is only one way which I have found that actually works, and will be working. You will have to map the CaptureRoom to your own structure which conforms to Codable. You can make a class or struct out of it. The important thing is to document the RoomPlan version in your mapped class-stuct. This way you can start working with versions in the future. If you need any more info feel free to ask. Best regards, Mladen
Mar ’23