microsoft / Cognitive-Face-Android

Cognitive Services Face client library for Android.
https://www.microsoft.com/cognitive-services/en-us/face-api
Other
269 stars 151 forks source link

Null object reference #29

Closed mohammed-adil-moughal closed 6 years ago

mohammed-adil-moughal commented 6 years ago

am getting the follow error attempt to invooke image the sample app code is image kindly assist

cthrash commented 6 years ago

The first step is to make sure SampleApp.onCreate is called. Is it?

huxuan commented 6 years ago

Seems the endpoint is wrong? It should be something like https://westcentralus.api.cognitive.microsoft.com/face/v1.0/.

Please also mind the region value is corresponding with the subscription key.