Post

Replies

Boosts

Views

Activity

Reply to "Straighten" CapturedRoom data
for the most simple setup you can just calculate the smallest rotating bounding box, similar to OpenCV's rotated rect.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Nov ’24
Reply to raycast during RoomCaptureSession
I'm not very experienced with IOS development, so this solution might not be very elegant with Swift: you can just grab camera transform and camera intrinsic from arFrame within arSession, then write an algorithm to map it back manually.
Topic: Spatial Computing SubTopic: ARKit Tags:
Replies
Boosts
Views
Activity
Mar ’25
Reply to Is there a way to disable 3D geometry preview during Room Plan Scan?
Anyway this issue is resolved: https://developer.apple.com/documentation/roomplan/roomcaptureview/ismodelenabled I found this variable that can turn off the preview
Topic: UI Frameworks SubTopic: General Tags:
Replies
Boosts
Views
Activity
Mar ’25
Reply to Best approach for high-quality textured room reconstruction using ARKit / RoomPlan / Object Capture?
you can use raw lidar data and intrinsic/extrinsic with images to reconstruct a point cloud.
Topic: Spatial Computing SubTopic: ARKit Tags:
Replies
Boosts
Views
Activity
Nov ’25