Post

Replies

Boosts

Views

Activity

Reply to New AVPointCloudData assert in iPadOS 17.0 (21A5326a)
We are experiencing the same: a lot of <<<< AVPointCloudData >>>> Fig assert: "_dataBuffer" at bail (AVPointCloudData.m:217) - (err=0) lines in the debug console when we start our ARSession, during which the app appears to hang. It uses an ARSCNView but that just stays blank. Then after some time (10-20s) everything goes back to normal and the camera feed is shown. We've been seeing this on a range of iOS and iPad OS devices. This is obviously problematic because users will think the app has crashed.
May ’24
Reply to ARWorld loading works differently on iOS 15
If I'm not mistaken, the transform of this ARAnchor that was added just before saving will not be updated after a relocalization until the moment it is in the camera's field of view again. So the after relocalization, the user should be made to point the camera at this ARAnchor and then when the ARSCNViewDelegate func didUpdate is called, we can use setWorldOrigin(relativeTransform:)?
Oct ’21