Post not yet marked as solved
Is it possible to use RoomPlan api to scan things on a table? What's the limitation for minimun size.
For example, put some model objects on a table and scan throught iPhone to get a quick 3D model for room or town design reference.
I want to use room plan api alongside with scene reconstruction api at the same time. but doesn't seem to work
We have an App that does something similar to RoomPlan. We use SceneKit to draw all the wall lines. We have noticed that RoomPlan has trouble detecting walls around 7 inches or shorter. Our app has tools to deal with this. It seems the difference in time to capture the walls of a room between our app and the RoomPlan demo app is negligible. But we could save time in our app with auto detection of all the other things like windows, doors, openings, cabinets, etc.
Are the lines you see drawn in the RoomPlan demo App SCNNodes?
If so will you ever be able to call .addNode() inside the RoomPlan framework?
If not, does RoomPlan use SpriteKit to draw?
We use an ARSCNView to keep track of all the lines in our app. Changing that member to an instance of RoomCaptureView seems like a non starter.
Starting a new RoomCaptureSession when we're ready to scan for objects other than walls wipes all the wall lines we've previously captured.
Thanks,
Mike
Post not yet marked as solved
I've been trying to build the downloaded the RoomPlanExampleApp using Xcode 14 beta, but it looks like two key classes (RoomCaptureView and RoomCaptureViewDelegate) are missing from the RoomPlan header at the moment!
Anyone managed to build this yet?
Post not yet marked as solved
Hi
what are the dimensions limits of RoomPlan ?