Questions tagged [arbodyanchor]

4 questions
5
votes
0 answers

Modifying A Model To Work With ARBodyTrackingConfiguration (ARKit 3)

I have been working to learn how to perform 3D body tracking, using Apple's sample project. My goal is to replace the model in this project with my own 3D model, which I have built to match Apple's available "robot.usdz" sample included with that…
ZbadhabitZ
  • 2,753
  • 1
  • 25
  • 45
1
vote
2 answers

Bug in ARKit 3D Motion Body Motion Capture

This sample code for 3D motion capture has a bug in it. The feet ankles and feet of virtual object do not overlay accurately on the person. The feet always face downwards, refer to the attached image. Any thoughts on how it can be fixed?
1
vote
1 answer

How to get Human Body Height from ARBodyAnchor?

I am trying to get real-world human body height from ARBodyAnchor. I understand that I can get real-world distance between body joints. For example hip to foot-joint as in code below. But how do I get distance from top of head to bottom of…
Kashif
  • 4,642
  • 7
  • 44
  • 97
0
votes
1 answer

What is the order of joints in jointsLocalTransforms / jointsModelTransforms of ARBodyAnchor in ARKit3?

I'm working on capturing 3D motion using ARKit3 in which I get transforms of all the Joints by using jointsModelTransforms or jointsLocalTransforms in session:didUpdate: delegate method of ARSessionDelegate like below func session(_ session:…
Rugmangathan
  • 3,186
  • 6
  • 33
  • 44