1

I want to show the feature points of image targets on AR camera while scanning the image using unity tool. Is there any script or any option to achieve that?.

I have attached the screenshot of showing image feature like that I want to show on AR camera.

Image from vuforia target manager

Sureshkumar S
  • 193
  • 1
  • 2
  • 13

1 Answers1

0

Basically, there is no such option. Vuforia is not exposing this information, and it is not supported in any API. I did see, however, someone mentions he was able to do it by parsing the binary '.dat' file of the dataset - but I do not think it is something you can rely on (and Vuforia also do not encourage such usage). You can take a look here: Feature Points

yakobom
  • 2,681
  • 1
  • 25
  • 33