Arvin Tehrani

Results 17 comments of Arvin Tehrani

In case it helps anyone else, I was able to work around this by using the `completionHandler` of `reloadData(withAnchor: completionHandler)` and in that handler I'm calling `scrollToDate(_)` passing in the...

@s-trinh Thanks for the information, it was helpful to understand what I need to achieve. I didn't see #670 when searching either. I am still struggling to get tracking convergence...

@fspindle Thanks, I tried using the `teabox.cao` that comes with the sample with a teabox and got the same result so I'm thinking it's the initial pose but I'm not...

@fspindle @s-trinh Thanks for the help on getting tracking functioning. I have one last issue I'm struggling with. I'm trying to convert to/from the ARKit/SceneKit coordinate system and ViSP to...

@s-trinh Thanks for the information, I believe I am able to convert between the coordinate systems correctly but I'm still having problems aligning virtual content using the estimated pose that...

The `cMo` value for Z seems off, it is returning `Camera translation: 0.0014916211, -0.03319591, 0.0149277635 cMo translation: 0.0002749004, 4.1352218e-05, -0.69968015 Final translation after multiply: 0.0017171719, -0.03318469, -0.6848147` but the actual...

The values for `fx, fy, ox, oy` seem right. The `ARKitCameraTransform` is the transform matrix representing the position / rotation for the camera in the ARKit world. Right now, I'm...

@s-trinh Here are the values: Image Size: `1440px x 1920px` Intrinsics: `px: 1396.25 py: 1396.25 u0: 716.742 v0: 959.121` cMo `cMo.print()`: `-0.0008518936692 -0.0004623166191 -0.7077294253 -3.076831363 0.009373553497 0.03675042757` ARKitCameraTransform (showing just...

@s-trinh > cMo.print()=-0.0008518936692 -0.0004623166191 -0.7077294253 -3.076831363 0.009373553497 0.03675042757: why only 6 values? You should have 4x4=16 values, else is it formatted using translation + rotation vectors convention? If so, one...

@aras-p @pablodawson I'm working on some updates to support single pass for Apple Vision Pro and other devices in a separate fork: [https://github.com/arvinkx/UnityGaussianSplatting/tree/spi](https://github.com/arvinkx/UnityGaussianSplatting/tree/spi) which I'm hoping to complete, optimze and...