google-ar / arcore-ios-sdk

ARCore SDK for iOS
https://developers.google.com/ar/
Apache License 2.0
280 stars 80 forks source link

How to show feature points in AR Swift? #81

Closed deepakrhtsdev closed 1 year ago

deepakrhtsdev commented 1 year ago

In My project, I have a requirement to show feature points in AR so that user can sure about scan accuracy around. as I have checked android ar demo have same as my requirement but in iOS Demo don't have, so can you, let me know how can show feature points in AR? using:

  1. ARCore v1.36.0
  2. Language: Swift
jrullman commented 1 year ago

See here: https://developer.apple.com/documentation/arkit/arframe/2887449-rawfeaturepoints?language=objc

This question is about ARKit, not ARCore. Please only open issues in this repo for questions related to ARCore.