We developed this tool because we wanted to experiment with new AR ideas faster. By capturing an ARKit session (including its depth data, its segmentation masks, all of its positional and orientation streams, stereo microphone audio, and any detected planes) we can reconstruct it in Blender. Once in Blender, we can quickly iterate on concepts and see the results as they would look in an ARKit session.
- XCode 14.2 or higher
- Blender 2.92 or higher
- An iPhone or iPad with LiDAR
- Launch
Trackyon your iOS device:
- Tap the record button (after waiting for the app to find tracking planes):
- Use the
Filesapp to navigate to theTrackydirectory, and transfer your latest recording to a computer with Blender installed:
- Import the
.brenfile in Blender:
- Open the
Tracky.xcodeprojXCode Project:
- Plug in a device and select it as the target:
- Hit play to build it:
Tracky outputs .bren files with all of the recorded data from the ARKit
capture. This file can be imported into Blender via the use of the included
Blender plugin.
- Open Blender Preferences:
- Navigate to the Add-ons section:
- Click the "Install..." button:
- Navigate to the
BrenImporter/bren_importer.pyfile from this checkout:
- Click the "Install Add-on" button:
- Important: check the box to enable the add-on:
You're all set! Now you can import your .bren files output by the Tracky app.