You could use the API directly from c/al code with dotnet variables. But I think you'll need too many extension methods and overloads which will confuse the compiler.
The easiest way would be to write your own .net assembly that takes an array of existing pictures from nav, along with the employee codes. And then match the input picture with the array in your custom assembly and return the correct employee code to NAV if there's a match.
Answers
https://www.microsoft.com/cognitive-services/en-us/face-api/documentation/Tutorials/FaceAPIinCSharpTutorial
Not going to give you copy/paste code samples. That should get you where you need to be.
Could tell me how to use this API in Microsoft Dynamics nav 2016,
Please
warm regards
Kris
The easiest way would be to write your own .net assembly that takes an array of existing pictures from nav, along with the employee codes. And then match the input picture with the array in your custom assembly and return the correct employee code to NAV if there's a match.
If you don't mind keep us up to date and maybe share code.