Ask Your Question

Revision history [back]

Hello, I am working on the same problem. What I do is create an array of face images I have found in realtime, and then use the recognizer to recognize the face. IF the face is not recognized (you have to set a threshold for confidence), then I add that face. You can then create a sequential code for each face and store that in your array. So, its not a getID(face), but it comes close :D