Cognitive-Face-Android icon indicating copy to clipboard operation
Cognitive-Face-Android copied to clipboard

Cognitive Services Face client library for Android.

Results 10 Cognitive-Face-Android issues
Sort by recently updated
recently updated
newest added

https://github.com/microsoft/Cognitive-Face-Android/blob/ca57888b0af5d98eaa7ba101ced19c5e284744db/Sample/app/src/main/java/com/microsoft/projectoxford/face/samples/ui/DetectionActivity.java#L94

This is error not showing in the sample, but once i cloned it in my project then only error occurs, Anybody help me com.microsoft.projectoxford.face.rest.ClientException: Large person group not trained.

I updated the targetSdkVersion to 28 and Take a Photo is not working. How to fix this. Help!!! >

Application is crashing when I select "Take picture" Option. 12-01 11:25:21.648 15151-15151/com.microsoft.projectoxford.faceapisample E/AndroidRuntime: FATAL EXCEPTION: main Process: com.microsoft.projectoxford.faceapisample, PID: 15151 java.lang.IllegalStateException: Could not execute method for android:onClick at android.support.v7.app.AppCompatViewInflater$DeclaredOnClickListener.onClick(AppCompatViewInflater.java:390) at...

The reference for java in here https://docs.microsoft.com/en-us/java/api/overview/azure/cognitiveservices/client/faceapi?view=azure-java-stable doesn't make any sense when i implement com.microsoft.projectoxford:face:1.4.4. Like in the sample file this was used to authenticate : sFaceServiceClient = new FaceServiceRestClient(getString(R.string.endpoint),...

The SDK version is com.microsoft.projectoxford:face:1.4.4 In this documentation, https://docs.microsoft.com/en-us/azure/cognitive-services/face/face-api-how-to-topics/specify-recognition-model, it said the recognition model in person group and detection request should be same, but using this sdk cannot change recognition...

I need the `recognitionModel` parameter at the moment. And you still not implemented it yet. So, I just copycat the remaining method and add the `recognitionModel` to the class.

As I was developing a new Android app, I had tremendous problems using the library as is due to the mixing of SDK versions. When I tried to use the...

I am new to Android Studio/ programming. I am trying to build the project after setting the Key, and it is throwing an error - saying sdk not found. Please...

It says = "Microsoft Cognitive Service Face has stopped." Open app again. why ? thankyou