How do I convert a .obj file to a .arobject for use in ARFoundation Object Tracking?
I am trying to use the Object Tracking functionality from ARFoundation and I would like to track objects other than the two sample objects provided in the ARFoundation Samples library.
How can I convert previously scanned objects in other formats such as .obj, .fbx point clouds etc into the .arobject format required by ARFoundation?
Answer by KirillKuzyk · Nov 30, 2020 at 10:24 PM
There is no way to convert a regular model into arobject file. arobject files can be only built with a scanning app from apple. https://stackoverflow.com/a/51599879/1951038
Do you know if there is a compiled version of that scanning app ? I went to https://developer.apple.com/documentation/arkit/content_anchors/scanning_and_detecting_3d_objects and I can see I can download the Xcode, source files for that app, but right now I'm on Windows, I don't have Xcode, I'm using iOS Project Builder to compile ios apps...
Answer by mdinoulis · Dec 01, 2020 at 04:37 PM
Many thanks, Managed to download and run it ok. It would be better if it was possible to convert objects in other formats that have been scanned in using photogrammetry in arobjects though as the app doesn't seem that reliable.
Your answer
Follow this Question
Related Questions
ARCamera view rendering black 0 Answers
UI Button for AR content using Vuforia 2 Answers
Unity + ARToolKit6 - Device camera not using the full screen 1 Answer
Help Kinect SDK add in error! 0 Answers
Measure real world object? 0 Answers