microsoft / AISkillsForWindows

Contains samples for implementing Windows Skills by extending the preview base API and using exsting skill packages
https://docs.microsoft.com/en-us/windows/ai/windows-vision-skills/
MIT License
166 stars 46 forks source link

Usage for Hololens 2 #71

Open Avinash0795 opened 2 years ago

Avinash0795 commented 2 years ago

Respected People,

I am trying to develop an Object Detection Application for Hololens 2 via Unity. I just want to know whether the Namespaces and the Code Snippets used in this sample for Object Detection can also be used inside unity editor to be deployed to Hololens 2. Is there a possiblity? if not is there any other sample references which could be used for Object detection via Hololens 2. Please do hlep me with this.

LPBourret commented 1 year ago

I am not familiar with the Unity app building framework, but as pointed in the sample documentation (win32 desktop apps) if you can add an app manifest that points to the API entries in the WinRT component .dll for the object detector (or if a Unity app can be a packaged app referencing the skill dll and that routing is implicitly handled), and if your Hololens2 is running the minimum OS build required, then it would be possible yes.