Post

Replies

Boosts

Views

Activity

Reply to Pause ARSession broken in 17.4
Ok it seems like the issue was caused by the RoomCaptureView. I called roomCaptureView?.removeFromSuperview() after every finished room and when starting the next room I added it again to the view controller with roomCaptureViewConrtoller.view.insertSubview(roomCaptureView, at: 0). It seems like this was not an issue in versions < iOS 17.4 beta but apparently you have to keep the view attached to the view controller and the multiroom works as in previous versions.
Feb ’24
Reply to RoomPlanUsdz getting morphed
I think all you need to do is to return false in the method you described above. This will prevent ARP from postprocessing the result as far as i understand and you will be able to verify this when you look at the exported model. The problem that will occur is that you will have to implement a custom visualization for the usd model if you want a instant preview of the scene.
Mar ’24
Reply to Roomplan with colorized scan as output
I think there is no such thing as colorized scan, if you want to mark/color the detected objects during the scan you can try to implement you own custom view instead of a RoomCaptureView. Search for it-jim and apple-roomplan-api There is no direct way to get this information but if you need only a rough estimation you can use the floor boundary for example.
Jul ’24