2

I'm testing some function in Hololens. Want to know whether it is possible to use any of object detection/text recognition in Hololens?

april
  • 89
  • 1
  • 12

1 Answers1

2

Hololens 1 doesn't natively support object detection, you'll need to use third-party code.

OpenCV is a good starting point, as it is open source and well known/regarded. There are various guides on installing/using it, and also a good ready-build Unity asset which would could consider.

Hololens V2 is looking like it will integrate well with the azure cloud, and will likely support remote object detection/recognition. But for now I would recommend OpenCV.

Jethro
  • 3,029
  • 3
  • 27
  • 56