
dib

Face Recognition:
Is anyone else using object recognition for faces? I would like a way to identify an individual face using OR and have my robot speak the name of the person. I've seen it mentioned, but there is no real tutorial on it.
EZ-Face won't work for my project because I am using the EZ camera.
Programming Custom Haar:
I've looked at the documentation, and I can't find any way to programmatically check the 'custom haar' box in face tracking. I am using the opencv haar cascades and would like to give the voice command to start face tracking with haar, without having to manually check the 'custom haar' box. I'd like to do the same thing with the multi-color check box.
Really appreciate the help.
The ControlCommand() is also referenced in the camera manual. It can be accessed by pressing the ? (question mark) next to the (x) close button
Mark this question as complete. Thanks!
Ps, also a fan of invader zim
If you have further trouble - ask the question more specifically without combining two questions in one. For example, if you post a request to simply ask how to have a script identify what object was detected and speak a phrase, that is a more specific question. Someone will be able to assist with that
We're working toward combing/linking questions with products, features and controls to build the support robot A.I. intelligence. You know, to put people out of jobs lol
Thanks again for the kind words!
Make sure you read the disclaimer in the camera device manual page because HAAR is super cpu intensive and not recommended.
You're much better off using object tracking. Train multiple objects and recognize which object was detected by the variable. All camera control variables are viewable in the camera control settings menu. That's by pressing the gear on teh camera control to view the settings. OR by simply adding the variable watcher and see what variables exist during your program.