UoA-eResearch / hololens_facial_recognition

A Unity hololens app to detect faces and display their attributes
MIT License
233 stars 53 forks source link

No results returned? #10

Closed getwilde closed 7 years ago

getwilde commented 7 years ago

When I run the solution and airtap, I see red text "Photo captured, processing..." But nothing is shown after that. I've copied config.cfg.example, renamed it to config.cfg, and updated the API keys within (as well as within GazeGestureManager.cs itself).

I have also ensured that Microphone is ticked in Capabilities.

Where are Azure API Endpoints defined? Could that be my issue?

EDIT: Found the problem. Indeed it was the Endpoint URLs. In GazeGestureManager.cs, I had to change the two "api.projectoxford.ai" URLs to the Endpoints that are shown on my Azure APIs page.