microsoft / Cognitive-Face-Windows

Windows SDK for the Microsoft Face API, part of Cognitive Services
https://www.microsoft.com/cognitive-services/en-us/face-api
Other
177 stars 161 forks source link

I can't install this nuget into a xamarin project #19

Closed pasha-o closed 7 years ago

pasha-o commented 7 years ago

Could not install package 'Microsoft.ProjectOxford.Face 1.2.1.2'. You are trying to install this package into a project that targets 'MonoAndroid,Version=v7.0', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author. 0

huxuan commented 7 years ago

Hi @pasha-o, thanks for your report. But actually I don't think our windows version SDK supports MonoAndroid platform right now. I would suggest you to use the Android SDK [1] we created.

[1] https://github.com/Microsoft/Cognitive-Face-Android

pasha-o commented 7 years ago

hi @huxuan thanks for the response. I am targeting a crossplatform using xamarin - is there a plugin for Face to install on all platforms?

huxuan commented 7 years ago

Hi @pasha-o, actually I am not familiar with xamrin development. I would suggest you use REST API directly via HTTP request which should be absolutely platform independent.

pasha-o commented 7 years ago

thanks , i noticed ProjectOxford.Vision is nicely working in PCL and xamarin . I thought the authors are the same or it should be easy to migrate the Face plugin to support mono as well ....

On Thu, Dec 22, 2016 at 11:25 PM, Xuan Hu (Sean) notifications@github.com wrote:

Hi @pasha-o https://github.com/pasha-o, actually I am not familiar with xamrin development. I would suggest you use REST API directly via HTTP request which should be absolutely platform independent.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Microsoft/Cognitive-Face-Windows/issues/19#issuecomment-268950614, or mute the thread https://github.com/notifications/unsubscribe-auth/AWT-euIQrCKPlKielCHxKulYqSPzUIwlks5rK3d7gaJpZM4LUb4O .

huxuan commented 7 years ago

@pasha-o The only truth I can provide currently is that we are different teams. But I will keep this issue open for possible further follow up.

pasha-o commented 7 years ago

I really appreciate it. Perhaps you two teams can communicate and find a way how they did it. It brings consistency to the plug-ins.

On Fri, Dec 23, 2016, 5:34 AM Xuan Hu (Sean) notifications@github.com wrote:

@pasha-o https://github.com/pasha-o The only truth I can provide currently is that we are different teams. But I will keep this issue open for possible further follow up.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Microsoft/Cognitive-Face-Windows/issues/19#issuecomment-268990312, or mute the thread https://github.com/notifications/unsubscribe-auth/AWT-eouwf2S3JYWB3BkDAk9AJXsq6s3Yks5rK83IgaJpZM4LUb4O .

huxuan commented 7 years ago

Close as there is no plan for xamarin support currently.