An app made for pose recording using RealityKit. It saves the user's joints position using a moving window as a document in JSON format.
- Using XCode, go the the top menu Window > Devices and Simulators.
- Find your device in the list
- Select the Motion Recorder app and click in the cog below the list
- Select "Download container..."
- Open your container and go to the "Documents" folder inside it
This app is being used to record movements in another project. I cannot guarantee that it will work for your needs or it is even something more than a tool. So, feel free to use it in whatever way you need.
It also uses a very unoptimized tree to store the joints. If you'd like to refactor it and improve it's performance, go on :)
Whatever you need, feel free to hit me up.
Track a person in the physical environment and visualize their motion by applying the same body movements to a virtual puppet.
-
Note: This sample code project is based on the WWDC 2019 session 607: Bringing People into AR.
-
Note: To run the app, use an iOS device with A12 chip or later.