With so many AR SDKs available on the market, I would like to ask how to choose the most user-friendly AR SDK. I hope to be able to perform 3D object recognition, and I prefer something that is not too expensive.
1 Like
What are your target platforms?
Web or Standalone, Mobile or Headset?
1 Like
Android phone
1 Like
In my opinion Niantic ARDK is the best tool for android (and also works on ios).
Otherwise you might need to run a custom algorithm with Sentis
My needs are more inclined towards relatively static indoor environments. In this case, would you still recommend Niantic ARDK?
Depends which objects you need to track. ARDK has quite some semantic layers you can use, and then you can sample the depth buffer to get the distance to the object.