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?
Bug in ARKit 3D Motion Body Motion Capture
190 Views Asked by Hamza Mahmood At
2
There are 2 best solutions below
Related Questions in SWIFT
- Navigate after logged in with webservice
- URLSession requesting JSON array from server not working
- When using onDrag in SwiftUI on Mac how can I detect when the dragged object has been released anywhere?
- Protect OpenAI key using Firebase function
- How to correct error: "Cannot convert value of type 'MyType.Type' to expected argument type 'Binding<MyType>'"?
- How to share metadata of an audio url file to a WhatsApp conversation with friends
- Using @Bindable with a Observable type in SwiftUI
- How to make a scroll view of 9 images in a forEach loop open on image 6 if image 6 is clicked on from a grid?
- Using MTLPixelFormat.rgba16Float results in random round-off errors
- Search and highlight text of current text in PDFKit Swift
- How is passing a function as a parameter related to escaping autoclosure?
- Actionable notification api call not working in background
- Custom layout occupies all horizontal space
- Is it possible to fix slow CKAsset loading on Cloudkit?
- Thread 1: Fatal error: Unexpectedly found nil while implicitly unwrapping an Optional value - MapView.isMyLocationEnabled
Related Questions in 3D
- Issues with a rotation gizmo and sign flips when converting back to euler angles
- coded one, but renderer renders two 3D models in three.js
- WorldToScreen function
- Sweep shape along 3D path in Python
- How to add another panel or window to the open3d.visualization.O3DVisualizer class? (In python open3d)
- How to estimate the memory size of a binary voxelized geometry?
- LibGDX Normal Textures Not Showing Up in 3D (Blender) Model Java
- A way to warp an image based on a map
- 3D surface won't show data on plotly
- Creating 3D python data from index sums of 2D data
- 3D graph in Rstudio (time vs intensity vs coefficient)
- Combining multiple plots with mayavi
- JavaFX 3D API does not work on all Android deivces
- Manual retargeting - How to compute target pose bone positions correctly?
- How do I dynamically change vertex colors using Direct3d 12 and Visual C++?
Related Questions in ARKIT
- UE4: CodeSign Failed, get-task-allow entitlement doesn't match
- Is it possible to use Apple's ARKit to measure the length and width of an individual's foot to estimate shoe size?
- How can I detect plane and add model entity on it in visionOS?
- AR Scene Black Screen Issue in Android with AR Core AR Foundation and Niantic ARDK 3
- RealityKit - Add a line from one Model entity to center of screen as it moves
- Getting Call to main actor-isolated static method 'loadMainScene()' in a synchronous nonisolated context error in ARKit swiftui application
- Why custom created entity does not rotate with BodyAnchor's rotation?
- How to I wrap a UIKit view in SwiftUI with a delegate callback requiring a return value?
- How to Make Xcode Recognize Morph Targets in a DAE File Imported from Blender?
- ARKit not perfectly locking in user heading
- ARKit combining ARImageAnchor position with offset values
- how to get the bouding box dimension when using the object capture api in iOS17 after detecting the object
- ARKit Body Tracking head-body rotation inaccuracy when model turn back
- Unable to present an Immersive Space for id: Error Domain=FBSWorkspaceErrorDomain Code=1 "scene invalidated before create completion"
- RealityKit: VideoMaterial causing odd outline around transparent video?
Related Questions in POSE-ESTIMATION
- Need help in Converting Python script (Uses Yolo's pose estimation) to an android app
- Finding 3D camera location from a known 2D symbol inside an image
- How can I overlay a 3D model onto a detected object in real-time using computer vision?
- How do auto camera trackers get to a camera pose without camera intrinsics and/or survey data
- Pose estimation and media pipe detection on multiple people
- How to convert openposes 2d keypoints to 3d
- Bicep curl counter not working in react js application using tensorflow js(posenet) model
- In Flutter, CameraController's speed is only 16 fps
- Which pose estimation model is used to get keypoints in the JSON format specifically as below, code in Python?
- convert camera 2 target 3d absolute cordinates to relative cordinates for pose estimation
- Non-planar Object tracking related questions
- Aruco Code Pose Estimation - SolvePnP issues
- How to Find the Face Orientation using Mediapipe?
- Open CV - Transform MatOfPoint3f using Rotation Matrix?
- Detecting hands or body using running_mode=VIDEO / LIVE_STREAM (Mediapipe)
Related Questions in ARBODYANCHOR
- Why custom created entity does not rotate with BodyAnchor's rotation?
- Bug in ARKit 3D Motion Body Motion Capture
- How to get Human Body Height from ARBodyAnchor?
- What is the order of joints in jointsLocalTransforms / jointsModelTransforms of ARBodyAnchor in ARKit3?
- Modifying a Model to work with ARBodyTrackingConfiguration
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?

I am trying the same with Unity's ARFoundation. From my observation, the foot detection was fine before I upgraded my iPhone 13 to iOS 16. On further reading , it seems iOS 16 comes with ARKit 6 and the bug might be related to it.
Edit 01 - Downgraded my phone back to iOS 15.7 and the feet went back to normal.