face recog

anybody used this for face recog via camera, webcam etc....

thanks...new to this...I'll get there....still going through examples and piecing all together..
Laters

Face recognition is too much for arduino, but you could for example have a program on a computer (I've used processing w/ face tracking libraries) sending serial messages to the arduino. I did this to have the arduino move some servos to constantly point at a face.

As sciguy says, the arduino cannot do these things by its self, but it can talk to other things... Processing will probably be able to handle face recognition, and it has a serial library that can communicate with the arduino. Even if the microcontroller cannot do the job by its self, it is easy to make it talk to processing which can do it for you. The arduino can also move physical things; how about a door lock that uses face recognition to turn a servo and open a door? That way, only you (or a photo of you, or a look-alike) can get in. :smiley:

Onions.