Is there any sample or reference available which I can refer to do the following task.
I want to match user's face with his already stored pic. So when I open camera in front of the person, it should get the data from the current camera object and match with the stored one on the server. I already have Xamarin.Forms application which currently searches users based on their ID numbers and it displays their pics too. Now I want to use face recognition api to match with the already existing images.
I tried Microsoft's Cognitive services but that is limited and paid.