Hi Dw
I've create a program to capture the images using the webcam and now what I want is that before the image is saved the program verifies if that image has already been taken and saved. Suppose the I have captured my picture and then if I recapture my picture the face it will capture but search if the matching image has been already taken and if the image exist the system will display the message stating that the image has already been taken.
My problem is looping through the saved images and check if the image has already been taken.
Thanks.